GroupBoxRenderer::RenderMatchingApplicationState Property
.NET Framework (current version)
Gets or sets a value indicating whether the renderer uses the application state to determine rendering style.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool RenderMatchingApplicationState { static bool get(); static void set(bool value); }
Property Value
Type: System::Booleantrue if the application state is used to determine rendering style; otherwise, false. The default is true.
If RenderMatchingApplicationState is true, the GroupBoxRenderer uses the setting from Application::RenderWithVisualStyles to determine the rendering style. If RenderMatchingApplicationState is false, the renderer will always render using visual styles.
The following code example uses the RenderMatchingApplicationState property to change whether a group box is rendered using visual styles. This code example is part of a larger example provided for the GroupBoxRenderer class.
.NET Framework
Available since 2.0
Available since 2.0
Show: