ThemeableAttribute.Yes Campo

Definição

Obtém uma ThemeableAttribute instância usada para decorar um tipo ou membro afetado por temas e skins de controlo.

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 

Valor de Campo

Observações

O Yes campo é equivalente a criar uma instância usando o ThemeableAttribute(Boolean) construtor e passar true.

Aplica-se a