FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / DropModeEnum Enumeration

In This Topic
    DropModeEnum Enumeration
    In This Topic
    Specifies the behavior of the control as an OLE drag-drop target.
    Syntax
    'Declaration
     
    
    Public Enum DropModeEnum 
       Inherits System.Enum
    public enum DropModeEnum : System.Enum 
    Members
    MemberDescription
    AutomaticThe control automatically handles dropping of text or filename data.
    ManualThe control fires drag-drop events that can be handled to provide drop target functionality.
    NoneThe control can't be used as a drop target.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.DropModeEnum

    See Also