バージョン

SupportsSelection メソッド

指定されたマウス状態で選択をサポートするかどうかを返します。
シンタックス
'宣言
 
Protected Overridable Function SupportsSelection( _
   ByVal element As UIElement, _
   ByVal mouseDownEventArgs As MouseEventArgs _
) As Boolean
protected virtual bool SupportsSelection( 
   UIElement element,
   MouseEventArgs mouseDownEventArgs
)

パラメータ

element
このメソッドを呼び出す前に UIElement メソッドから返された ElementFromPoint
mouseDownEventArgs
マウスの状態を記述する MouseEventArgs インスタンス。

戻り値の型

マウスの状態に基づいて選択をサポートするかどうかを示すブール値。
解説

関連付けられたコントロールが MouseDown を受け取る時に、このメソッドはフレームワークによって呼び出されます。左マウス ボタンが押された場合、デフォルトの実装は True を返します。

参照