ToolStripManager.VisualStylesEnabled 屬性

定義

取得或設定值,指出是否使用呼叫佈景主題的視覺化樣式資訊來呈現 ToolStrip

public:
 static property bool VisualStylesEnabled { bool get(); void set(bool value); };
public static bool VisualStylesEnabled { get; set; }
member this.VisualStylesEnabled : bool with get, set
Public Shared Property VisualStylesEnabled As Boolean

屬性值

Boolean

如果要使用佈景主題呈現 ToolStripItem,則為 true,否則為 false

適用於