ThemeableAttribute.IsTypeThemeable(Type) 方法

定义

返回一个值,该值指示传递给该方法的 Type 是否支持主题。

public:
 static bool IsTypeThemeable(Type ^ type);
public static bool IsTypeThemeable (Type type);
static member IsTypeThemeable : Type -> bool
Public Shared Function IsTypeThemeable (type As Type) As Boolean

参数

type
Type

要对其进行主题支持测试的 Type

返回

Boolean

如果 Type 支持主题和控件外观,则为 true;否则为 false

例外

type 参数为 null

注解

ThemeableAttribute 类维护支持主题的类型静态内部目录,此方法检查目录以确定指定 Type 是否表示在那里。 如果不是,该方法将 AttributeCollection 检查与 Type 属性 ThemeableAttribute 关联的对象,以确定是否支持主题。

适用于

另请参阅