[]
Gets a boolean value indicates whether the focus scope of element belong to editor.
protected abstract bool ContainsFocus(FrameworkElement editor, IInputElement element)
Protected MustOverride Function ContainsFocus(editor As FrameworkElement, element As IInputElement) As Boolean
| Type | Name | Description |
|---|---|---|
| FrameworkElement | editor | A FrameworkElement object indicates the cell editor. |
| IInputElement | element | An IInputElement object indicates the focused element. |
| Type | Description |
|---|---|
| bool |
|