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

テーマのサポートをテストするオブジェクト。

返品

true オブジェクトがテーマをサポートし、スキンを制御する場合。それ以外の場合は false

例外

instance パラメーターはnull

適用対象

こちらもご覧ください