WindowsFormsApplicationBase.EnableVisualStyles 属性

定义

确定此应用程序是否将 Windows XP 样式用于窗口、控件等。

protected:
 property bool EnableVisualStyles { bool get(); void set(bool value); };
protected bool EnableVisualStyles { get; set; }
member this.EnableVisualStyles : bool with get, set
Protected Property EnableVisualStyles As Boolean

属性值

Boolean 值,指示此应用程序是否将 XP Windows 样式用于窗口、控件等。

注解

方法 OnInitialize 使用此属性确定是否调用 EnableVisualStyles

适用于

另请参阅