バージョン

WantsInputNotification メソッド (TaskPaneToolbarUIElement)

要素が、指定した位置におけるinputTypeの通知を必要とする場合、Trueを返します。
シンタックス
'宣言
 
Protected Overrides Function WantsInputNotification( _
   ByVal inputType As Infragistics.Win.UIElementInputType, _
   ByVal point As Point _
) As Boolean
protected override bool WantsInputNotification( 
   Infragistics.Win.UIElementInputType inputType,
   Point point
)

パラメータ

inputType
テストする通知の種類。
point
テストする位置、クライアント座標で表されます。

戻り値の型

要素が指定した入力タイプの通知を受け取りたい場合には True。そうでない場合は False。
参照