Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / SpinButtonStyle Property


In This Topic
    SpinButtonStyle Property (GcComboBox)
    In This Topic
    Gets or sets a System.Windows.Style which used to render GrapeCity.Windows.InputMan.Primitives.SpinButton. This is a dependency property.
    Syntax
    '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.
    Remarks
    User can set the spin button's visual, layout and behavior through this property.
    See Also