System.Windows.Forms.OSFeature.Themes Field

Represents the operating system themes feature. This field is read-only.

Value: null

Syntax

public static readonly object Themes

Remarks

A theme is a collection of visual interface settings that include wallpaper, cursors, fonts, sounds, and icons first introduced in Microsoft Plus! for Windows 95. The .NET Framework does not directly support manipulating themes, although it does have extensive support for visual styles in the System.Windows.Forms.VisualStyles namespace. For more information about Windows Themes, see the topics Themes and Visual Styles and Visual Styles Reference in the Win32 SDK.

To determine if the themes feature is installed, call the base class method FeatureSupport.IsPresent(object) with OSFeature.Themes as the feature to look for.

Alternatively, you can check to see if the feature is installed by calling the OSFeature.GetVersionPresent(object) method with OSFeature.Themes as the feature to find.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0