Spread Windows Forms 10.0 Product Documentation
UseVisualStyleBackColor Property (SideButtonBase)


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.
Requirements

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

See Also

Reference

SideButtonBase Class
SideButtonBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.