property SplitBar.VisualAppearance as Appearance
Retrieves the control's appearance.

TypeDescription
Appearance An Appearance object that holds a collection of skins.
Use the Add method to add or replace skins to the control. The skin method, in it's simplest form, uses a single graphic file (*.ebn) assigned to a part of the control. By using a collection of objects laid over the graphic, it is possible to define which sections of the graphic will be used as borders, corners and other possible elements, fixing them to their proper position regardless of the size of the part. The SplitBarBackColor property defines the slit bar's visual appearance/background color. The SplitHotBackColor property defines the slit bar's visual appearance/background color, while cursor is hovering the split bar. The BorderWidth property sets or retrieves a value that indicates the border width of the control. The BorderHeight property sets or retrieves a value that indicates the border height of the control.

The following screen shot shows the split bar with an EBN object:

The following screen shot shows the split bar with a solid color: