バージョン

DragDropIndicatorManager コンストラクタ(Orientation,Control)

ドロップインジケーターとしてのみ使用される新しい DragDropIndicatorManager を初期化します。このコンストラクターを使用した場合、ドラッグインジケーターは機能しません。
シンタックス
'宣言
 
Public Function New( _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control _
)
public DragDropIndicatorManager( 
   Orientation indicatorOrientation,
   Control dropSource
)

パラメータ

indicatorOrientation
ドロップ インジケーターの向き。
dropSource
ドラッグ操作が終了するルートコントロール。
参照