Spread Windows Forms 12.0 Product Documentation
IsDefaultBehavior Property (SpinButton)


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

Property Value

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

Reference

SpinButton Class
SpinButton Members