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 color theme name.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property UxThemeColor As String
public string UxThemeColor { get; private set; }
public:
property String^ UxThemeColor {
String^ get ();
private: void set (String^ value);
}
member UxThemeColor : string with get, private set
function get UxThemeColor () : String
private function set UxThemeColor (value : String)
Property Value
Type: System.String
The color 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.