ThemeableAttribute.Yes 字段

定义

ThemeableAttribute获取用于修饰受主题和控件外观影响的类型或成员的实例。

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 

字段值

注解

Yes 字段等效于使用 ThemeableAttribute(Boolean) 构造函数创建实例并传递 true

适用于