[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Field.Focus

Focus Method

Focus()

Attempts to set focus to this element.

Declaration
[Obsolete("The Focus method is obsolete, using Activate on each delivered field instead.")]
public bool Focus()
<Obsolete("The Focus method is obsolete, using Activate on each delivered field instead.")>
Public Function Focus() As Boolean
Returns
Type Description
bool

true if focus could be set to this element; otherwise, false.

Remarks

As the structure of IMWPF control, user should not call the focus method to force current field activated. Please try another way.