[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.ContainsFocus

ContainsFocus Method

ContainsFocus(FrameworkElement, IInputElement)

Gets a boolean value indicates whether the focus scope of element belong to editor.

Declaration
protected override bool ContainsFocus(FrameworkElement editor, IInputElement element)
Protected Overrides Function ContainsFocus(editor As FrameworkElement, element As IInputElement) As Boolean
Parameters
Type Name Description
FrameworkElement editor

A FrameworkElement object indicates the cell editor.

IInputElement element

An IInputElement object indicates the focused element.

Returns
Type Description
bool

true if the focus scope of element belong to editor; otherwise, false.

Overrides