ThemeableAttribute.IsObjectThemeable(Object) メソッド

定義

メソッドに渡されたオブジェクトがテーマをサポートするかどうかを示す値を返します。

public:
 static bool IsObjectThemeable(System::Object ^ instance);
public static bool IsObjectThemeable (object instance);
static member IsObjectThemeable : obj -> bool
Public Shared Function IsObjectThemeable (instance As Object) As Boolean

パラメーター

instance
Object

テーマをサポートするかどうかを確認する対象のオブジェクト。

戻り値

Boolean

オブジェクトがテーマおよびコントロール スキンをサポートする場合は true。それ以外の場合は false

例外

instance パラメーターが null です。

適用対象

こちらもご覧ください