バージョン

GridBagLayoutDragStrategy コンストラクタ(IGridBagLayoutDragManager,Boolean)

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal gridBagLayoutDragManager As IGridBagLayoutDragManager, _
   ByVal showDragIndicators As Boolean _
)
public GridBagLayoutDragStrategy( 
   IGridBagLayoutDragManager gridBagLayoutDragManager,
   bool showDragIndicators
)

パラメータ

gridBagLayoutDragManager
IGridBagLayoutDragManager を実装するオブジェクト。IGridBagLayoutManager は、ドラッグされている項目とレイアウト内のその他の項目に関する情報を DragStrategy に提供するために使用されます。
showDragIndicators
Drag Strategy が DragIndicators を表示するかどうかを決定します。False の場合、DragIndicators が表示されます。
参照