Skybound Rebar

Rebar.UseVisualStyles Property

Gets or sets whether the control is drawn using visual styles if they are supported by the operating system.

[Visual Basic]
Public Property UseVisualStyles As Boolean
[C#]
public bool UseVisualStyles {get; set;}

Property Value

true if the control can be drawn using visual styles; otherwise, false.

Remarks

The UseVisualStyles property has no effect if the control is not running under Windows XP or later, or if theming is not enabled in the current application.

Skybound offers a seperate component available as a free download that will enable XP theming in your application. For details, please see http://www.skybound.ca/developer/visualstyles.

See Also

Rebar Class | Skybound.Rebar Namespace