Syntax
'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property IsPressed As System.Boolean
'Usage
Dim instance As RangeGroupButtonPresenter
Dim value As System.Boolean
value = instance.IsPressed
[System.ComponentModel.ReadOnly(true)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Browsable(false)]
public System.bool IsPressed {get;}
See Also