System.Windows.Forms.ButtonBase.UseVisualStyleBackColor Property

Gets or sets a value that determines if the background is drawn using visual styles, if supported.

Syntax

public bool UseVisualStyleBackColor { set; get; }

Value

Documentation for this section has not yet been entered.

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0