ToolStripManager::VisualStylesEnabled Property
.NET Framework (current version)
Gets or sets a value indicating whether a ToolStrip is rendered using visual style information called themes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool VisualStylesEnabled { static bool get(); [UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::AllWindows)] static void set(bool value); }
Property Value
Type: System::Booleantrue if the ToolStripItem is rendered using themes; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: