Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SpinButton Class / UseVisualStyleBackColor Property


In This Topic
    UseVisualStyleBackColor Property (SpinButton)
    In This Topic
    Gets or sets whether to use the visual style backcolor when flat style is system and system theme is active.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property UseVisualStyleBackColor As Boolean
    'Usage
     
    
    Dim instance As SpinButton
    Dim value As Boolean
     
    instance.UseVisualStyleBackColor = value
     
    value = instance.UseVisualStyleBackColor
    public override bool UseVisualStyleBackColor {get; set;}

    Property Value

    A bool value, true to use the visual style backcolor when flat style is system and system theme is active; otherwise, false.
    Remarks
    This property is invalid for .
    See Also