Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButton Class / CheckOnClick Property


In This Topic
CheckOnClick Property (SideButton)
In This Topic
Gets or sets a value that indicates whether to check the button when clicked.
Syntax
'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.
See Also