Checked Property (SideButton)
Gets or sets a value that indicates whether the check box is in the checked state.
public bool Checked {get; set;}
'Declaration
Public Property Checked As Boolean
'Usage
Dim instance As SideButton
Dim value As Boolean
instance.Checked = value
value = instance.Checked
Property Value
A
bool value that indicates whether the check box is in the checked state.