Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Button Class / State Property


In This Topic
State Property (Button)
In This Topic
Gets or sets the button visual state.
Syntax
'Declaration
 
Public Property State As ButtonState
 
'Usage
 
Dim instance As Button
Dim value As ButtonState
 
instance.State = value
 
value = instance.State

Property Value

The visual state associated with this button.
See Also