DashboardLayout for WinForms
DragType 列挙体

C1.Win.DashboardLayout.6 アセンブリ > C1.Win.Layout 名前空間 : DragType 列挙体
ItemContainer インスタンスの変更タイプ。
シンタックス
'宣言
 
Public Enum DragType 
   Inherits System.Enum
public enum DragType : System.Enum 
メンバ
メンバ解説
Dragコンテナをドラッグします。
None何もしません。
ResizeBottomコンテナを下にサイズ変更します。
ResizeLeftコンテナを左にサイズ変更します。
ResizeRightコンテナを右にサイズ変更します。
ResizeTopコンテナを上にサイズ変更します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Layout.DragType

参照

C1.Win.Layout 名前空間