SpinButtonStyle Property (GcComboBox)
Gets or sets a
System.Windows.Style which used to render
GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.
'Declaration
<BindableAttribute(True)>
Public Property SpinButtonStyle As Style
'Usage
Dim instance As GcComboBox
Dim value As Style
instance.SpinButtonStyle = value
value = instance.SpinButtonStyle
[Bindable(true)]
public Style SpinButtonStyle {get; set;}
Property Value
A
System.Windows.Style value used to set spin button's properties.