Skybound Rebar

ControlRenderer.ShouldUseVisualStyles Property

Gets whether visual styles should be used to draw the control.

[Visual Basic]
Protected ReadOnly Property ShouldUseVisualStyles As Boolean
[C#]
protected bool ShouldUseVisualStyles {get;}

Property Value

true if visual styles are used to draw the control; otherwise, false.

Remarks

Returns true when UseVisualStyles is true, visual styles are supported by the operating system, and they are enabled in the current application.

See Also

ControlRenderer Class | Skybound.Rebar.Rendering Namespace