OSFeature.Themes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.