バージョン

WantsInputNotification メソッド (HeaderUIElement)

このUIElementが、指定した位置におけるinputTypeの通知を必要とする場合、Trueを返します。デフォルトの実装は常に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。
参照