'宣言
Protected Overrides Function ContainsFocus( _
ByVal As System.Windows.FrameworkElement, _
ByVal As System.Windows.IInputElement _
) As System.Boolean
protected override System.bool ContainsFocus(
System.Windows.FrameworkElement ,
System.Windows.IInputElement
)
パラメータ
- editor
- セルエディタを示す System.Windows.FrameworkElement オブジェクト。
- element
- フォーカスした要素を示す System.Windows.IInputElement オブジェクト。
戻り値の型
のフォーカス範囲がに属する場合はtruetrue
、それ以外の場合はfalse
。