A vertical/horizontal resizable splitter.(c) SAP AG 2003-2006. All rights reserved.
Gets or sets the bounding box of the control.
Gets or sets the control styling glyph.
Gets or sets a handle for keeping the splitter position.When a handle is set in this property, it will be used for storing the splitter position
between successive invocations of the containing window. The handle, if provided, should
be unique within the scope of the containing window.
Gets or sets the splitter repainting mode.The possible splitter modes are:
<table class="VERT"><tr><td class="H V">IMMED </td><td class=H>Immediate repaint (default) </td></tr><tr><td class=V>DELAY </td><td>Delay repaint </td></tr></table>
Gets or sets the splitting point in percents.
Gets or sets the splitter type.The possible splitter types are:
<table class="VERT"><tr><td class="H V">VERT </td><td class=H>Vertical splitter (default) </td></tr><tr><td class=V>HORZ </td><td>Horizontal splitter </td></tr></table>
Gets or sets whether the box is visible.
Hides the box.
Lays out the box and all its contained boxes.To efficiently layout a tesselated display use a hierarchy of boxes
without any intervening elements, and call this method only on the outermost box.
Shows the box.
Fires whenever the box is moved/resized.