共用方式為


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

適用於

另請參閱