ButtonRenderer.RenderMatchingApplicationState Property

Definition

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

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

Property Value

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

Remarks

If the RenderMatchingApplicationState property is true, the ButtonRenderer 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.

Applies to