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


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