バージョン

SupportsSelection メソッド

MouseEventArgs の Button プロパティが Right を返す場合に true を返します。
シンタックス
'宣言
 
Protected Overrides Function SupportsSelection( _
   ByVal element As Infragistics.Win.UIElement, _
   ByVal mouseDownEventArgs As MouseEventArgs _
) As Boolean
protected override bool SupportsSelection( 
   Infragistics.Win.UIElement element,
   MouseEventArgs mouseDownEventArgs
)

パラメータ

element
マウス メッセージを受け取った UI 要素。
mouseDownEventArgs
この呼び出しをトリガーしたマウス イベントを表している MouseEventArgs インスタンス。

戻り値の型

マウスの右ボタンが押された場合には true になります。
参照