Spread Windows Forms 12.0 Product Documentation
CheckOnClick Property (SideButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonInfo Class : CheckOnClick Property
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 SideButtonInfo
Dim value As Boolean
 
instance.CheckOnClick = value
 
value = instance.CheckOnClick
public bool CheckOnClick {get; set;}

Property Value

A bool value, true to check the button when clicked; otherwise, false.
See Also

Reference

SideButtonInfo Class
SideButtonInfo Members