Skybound VisualStyles

ThemeInformation.VisualStylesEnabled Property

Gets a value that indicates whether visual styles are enabled for the current application.

[Visual Basic]
Public Shared ReadOnly Property VisualStylesEnabled As Boolean
[C#]
public static bool VisualStylesEnabled {get;}

Property Value

true if visual styles are enabled for the current application; otherwise, false.

Remarks

If visual styles are enabled or disabled in Control Panel/Display Properties while your application is running, the value of this property will change.

See Also

ThemeInformation Class | Skybound.VisualStyles Namespace