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


In This Topic
    UseVisualStyleBackColor Property (SideButtonBaseInfo)
    In This Topic
    Gets or sets whether to use the visual style backcolor when flat style is system and the system theme is active.
    Syntax
    'Declaration
     
    
    Public Overridable Property UseVisualStyleBackColor As Boolean
    'Usage
     
    
    Dim instance As SideButtonBaseInfo
    Dim value As Boolean
     
    instance.UseVisualStyleBackColor = value
     
    value = instance.UseVisualStyleBackColor
    public virtual 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
    Visual styles are specifications for the control appearance. For example, visual styles can define the color, size, and font of the controls. They also enable you to configure the visual interface to coordinate with your application interface. Additionally, they provide a mechanism for all Windows-based applications to have visual styles applied. Only the SideButton and the SymbolButton are effected by this property.
    See Also