バージョン

WantsInputNotification メソッド (UIElement)

このUIElementが、指定した位置におけるinputTypeの通知を必要とする場合、Trueを返します。デフォルトの実装は常にTrueを返します。
シンタックス
'宣言
 
Protected Overridable Function WantsInputNotification( _
   ByVal inputType As UIElementInputType, _
   ByVal point As Point _
) As Boolean
protected virtual bool WantsInputNotification( 
   UIElementInputType inputType,
   Point point
)

パラメータ

inputType
通知の種類。
point
対象となる位置。

戻り値の型

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