StyleSheet.StyleReference Propriété

Définition

Obtient ou définit une référence aux propriétés de style d’un 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:
 virtual property System::String ^ StyleReference { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string StyleReference { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.StyleReference : string with get, set
Public Overrides Property StyleReference As String

Valeur de propriété

Référence aux propriétés de style d’un contrôle.

Attributs

Exceptions

La StyleReference propriété a été accessible au moment de l’exécution.

- ou -

Une tentative a été effectuée pour définir la propriété.

Remarques

La valeur de la StyleReference propriété doit être la Name propriété d’un Style objet.

S’applique à

Voir aussi