Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownButton Class / IsDefaultBehavior Property


In This Topic
IsDefaultBehavior Property (DropDownButton)
In This Topic
Gets or sets a value that indicates whether this instance is the default behavior.
Syntax
'Declaration
 
Public Property IsDefaultBehavior As Boolean
 
'Usage
 
Dim instance As DropDownButton
Dim value As Boolean
 
instance.IsDefaultBehavior = value
 
value = instance.IsDefaultBehavior

Property Value

true if this button controls the default drop-down behavior; otherwise, false.
The default is true.
See Also