'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
.'Declaration Public ReadOnly Property IsOpen As Boolean
'Usage Dim instance As TouchToolbar Dim value As Boolean value = instance.IsOpen
public bool IsOpen {get;}
true
if this instance is open; otherwise, false
.