Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.