Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsPresenter Class / IsFocused Property


In This Topic
    IsFocused Property (FieldsPresenter)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFocused As Boolean
    'Usage
     
    Dim instance As FieldsPresenter
    Dim value As Boolean
     
    value = instance.IsFocused
    public bool IsFocused {get;}
    See Also