Compartir a través de


SystemParameters2.UxThemeName (Propiedad)

Obtiene el nombre del tema.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Property UxThemeName As String
    Get
    Private Set
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)

Valor de propiedad

Tipo: System.String
Nombre del tema.

Seguridad de .NET Framework

Vea también

Referencia

SystemParameters2 Clase

Microsoft.Windows.Shell (Espacio de nombres)