バージョン

OnMouseDown(ISelectableItem,MouseMessageInfo,Boolean) メソッド

SelectionStrategyExtendedとSelectionStrategyExtendedAuoDragの両方によって使用されるMousedownハンドラー。SelectionStrategyExtendedAutoDragは、選択時に方式をpreDragモードにするforceDragパラメーターに対してTrueを渡します。
シンタックス
'宣言
 
Public Overloads Function OnMouseDown( _
   ByVal item As Infragistics.Shared.ISelectableItem, _
   ByRef msginfo As MouseMessageInfo, _
   ByVal forceDrag As Boolean _
) As Boolean
public bool OnMouseDown( 
   Infragistics.Shared.ISelectableItem item,
   ref MouseMessageInfo msginfo,
   bool forceDrag
)

パラメータ

item
クリックされた項目
msginfo
マウスメッセージ情報を含む構造体。
forceDrag
Trueの場合常に方式をpreDragモードにします。

戻り値の型

マウスをキャプチャする場合True。
参照