CheckOnClick Property (SideButton)
Gets or sets a value that indicates whether to check the button when clicked.
public bool CheckOnClick {get; set;}
'Declaration
Public Property CheckOnClick As Boolean
'Usage
Dim instance As SideButton
Dim value As Boolean
instance.CheckOnClick = value
value = instance.CheckOnClick
Property Value
A
bool value,
true to check the button when clicked; otherwise,
false.