FlexPivot for WinForms
DropModeEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : DropModeEnum 列挙体
Specifies the behavior of the control as an OLE drag-drop target.
シンタックス
'宣言
 
Public Enum DropModeEnum 
   Inherits System.Enum
public enum DropModeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1FlexGrid 名前空間