バージョン

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

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

パラメータ

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