ThemeableAttribute.Yes Campo

Definizione

Ottiene un'istanza ThemeableAttribute utilizzata per decorare un tipo o un membro che supporta temi e interfacce del controllo.

public: static initonly System::Web::UI::ThemeableAttribute ^ Yes;
public static readonly System.Web.UI.ThemeableAttribute Yes;
 staticval mutable Yes : System.Web.UI.ThemeableAttribute
Public Shared ReadOnly Yes As ThemeableAttribute 

Valore del campo

Commenti

Il Yes campo equivale alla creazione di un'istanza usando il ThemeableAttribute(Boolean) costruttore e passando true.

Si applica a