MobileControl.SkinID Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'ID de l'apparence à appliquer au contrôle. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
property System::String ^ SkinID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override sealed string SkinID { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SkinID : string with get, set
Public Overrides NotOverridable Property SkinID As String
Valeur de propriété
Objet String vide.
- Attributs
Exceptions
Une tentative est effectuée pour définir la propriété SkinID.
Remarques
La MobileControl classe ne prend pas en charge les thèmes. Si une tentative de définition de la SkinID propriété est effectuée, une NotSupportedException exception est levée.