Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / IsFocused Property


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