FlexGrid for WinForms
DropModeEnum Enumeration



Specifies the behavior of the control as an OLE drag-drop target.
Syntax
'Declaration
 
Public Enum DropModeEnum 
   Inherits System.Enum
'Usage
 
Dim instance As DropModeEnum
public enum DropModeEnum : System.Enum 
public enum class DropModeEnum : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback