'宣言
Protected Overrides Function WantsInputNotification( _
ByVal As Infragistics.Win.UIElementInputType, _
ByVal As Point _
) As Boolean
protected override bool WantsInputNotification(
Infragistics.Win.UIElementInputType ,
Point
)
パラメータ
- inputType
- 通知の種類。
- point
- 対象となる位置。
戻り値の型
このUIElementが、指定した位置におけるinputTypeの通知を必要とする場合はTrue。デフォルトの実装は常にTrueを返します。