System.Windows.Forms.Application.VisualStyleState Property

Gets a value that specifies how visual styles are applied to application windows.

Syntax

public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This Application.VisualStyleState property determines whether visual styles are enabled in client areas or nonclient areas of application windows. Generally, this property should be set within the main form's constructor or Form.Load event handler.

Requirements

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