Share via


SystemParameters2.UxThemeName Property

Gets the theme name.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property UxThemeName As String
public string UxThemeName { get; private set; }
public:
property String^ UxThemeName {
    String^ get ();
    private: void set (String^ value);
}
member UxThemeName : string with get, private set
function get UxThemeName () : String
private function set UxThemeName (value : String)

Property Value

Type: System.String
The theme name.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace