RadioButtonRenderer::RenderMatchingApplicationState Property

 

Gets or sets a value indicating whether the renderer uses the application state to determine rendering style.

Namespace:   System.Windows.Forms
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::Boolean

true if the application state is used to determine rendering style; otherwise, false. The default is true.

If the RenderMatchingApplicationState property is true, the RadioButtonRenderer uses the setting from the Application::RenderWithVisualStyles property 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 show the render style is changed depending on the application state. This code example is part of a larger example provided for the RadioButtonRenderer class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: