Appearance object
The component lets the user changes its visual appearance using skins, each one providing an additional visual experience that enhances viewing pleasure. Skins are relatively easy to build and put on any part of the control. The Appearance object holds a collection of skins. The control provides the VisualDesign property that allows you to easily change the control's visual appearance at design mode. Also, the VisualDesign property can be used at runtime to specify a visual appearance, by setting the VisualDesign property with a new generated value. The UseVisualTheme property indicates whether the current visual theme is applied to parts of the control.

Here's a screen shot skins a few UI parts of the component, using the EBN objects :

The Appearance object supports the following properties and methods:

NameDescription
AddAdds or replaces a skin object to the control.
ClearRemoves all skins in the control.
RemoveRemoves a specific skin from the control.
RenderTypeSpecifies the way colored EBN objects are displayed on the component.