OSFeature.Themes Field

Definition

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

public: static initonly System::Object ^ Themes;
public static readonly object Themes;
 staticval mutable Themes : obj
Public Shared ReadOnly Themes As Object 

Field Value

Remarks

A theme is a collection of visual interface settings that include wallpaper, cursors, fonts, sounds, and icons. .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 Visual styles.

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

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

Applies to

See also