ThemeableAttribute.No 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 ThemeableAttribute 实例,该实例用于修饰不受主题和控件外观影响的类型或成员。
public: static initonly System::Web::UI::ThemeableAttribute ^ No;
public static readonly System.Web.UI.ThemeableAttribute No;
staticval mutable No : System.Web.UI.ThemeableAttribute
Public Shared ReadOnly No As ThemeableAttribute
字段值
注解
字段 No 等效于使用 ThemeableAttribute(Boolean) 构造函数创建实例并传递 false
。