Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TouchToolbar Class / IsOpen Property


In This Topic
    IsOpen Property (TouchToolbar)
    In This Topic
    Gets a value that indicates whether this instance is open.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsOpen As Boolean
    'Usage
     
    Dim instance As TouchToolbar
    Dim value As Boolean
     
    value = instance.IsOpen
    public bool IsOpen {get;}

    Property Value

    true if this instance is open; otherwise, false.
    See Also