System.Windows.Forms.VisualStyles.VisualStyleState Enumeration

Specifies how visual styles are applied to the current application.

Syntax

public enum VisualStyleState

Remarks

This enumeration is used by the System.Windows.Forms.Application.VisualStyleState property to specify whether visual styles are applied to client or nonclient areas of application windows.

Members

Member NameDescription
ClientAndNonClientAreasEnabled

Visual styles are applied to client and nonclient areas.

ClientAreaEnabled

Visual styles are applied only to the client area.

NonClientAreaEnabled

Visual styles are applied only to the nonclient area.

NoneEnabled

Visual styles are not applied to the application.

Requirements

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