Spread Windows Forms 7.0 Product Documentation
UseVisualStyleBackColor Property
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : UseVisualStyleBackColor Property


Glossary Item Box

Gets or sets whether to use the visual style backcolor when flat style is system and system theme is active.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UseVisualStyleBackColor As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SideButtonBase
Dim value As Boolean
 
instance.UseVisualStyleBackColor = value
 
value = instance.UseVisualStyleBackColor
C# 
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.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.