Spread Windows Forms 12.0 Product Documentation
UseVisualStyleBackColor Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : UseVisualStyleBackColor Property
Gets or sets whether to use the visual style backcolor when flat style is system and system theme is active.
Syntax
'Declaration
 
Public Overridable Property UseVisualStyleBackColor As Boolean
'Usage
 
Dim instance As SideButtonBase
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 appearance of controls. For example, visual styles can define the color, size, and font of controls, and they 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

Reference

SideButtonBase Class
SideButtonBase Members