Application.UseVisualStyles 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否為應用程式啟用視覺效果樣式。
public:
static property bool UseVisualStyles { bool get(); };
public static bool UseVisualStyles { get; }
member this.UseVisualStyles : bool
Public Shared ReadOnly Property UseVisualStyles As Boolean
屬性值
true
如果已啟用視覺化樣式,則為 ;否則為 false
。
備註
您可以藉由呼叫 EnableVisualStyles() 來啟用視覺化樣式。
如果 OS 不支援視覺化樣式,或在 OS 層級停用它們,則不會啟用視覺化樣式。