property SplitBar.ExtendedTop as String
Specifies a list of property names separated by comma character, that indicates the Top property of the extended control. The Top property of an extended control gets or sets the distance, between the top edge of the object and the top edge of its container.

TypeDescription
String A String expression that specifies a list of property names separated by comma character, that indicates the Top property of the extended control.
By default, the ExtendedTop property is "Top", which specifies that the split bar is using the "Top" property of the extended control to get or set the distance, between the top edge of the object and the top edge of its container. Extended controls may be implemented by OLE control containers to provide a wrapper for contained controls.

The /COM version may use the following properties:

to determine/change the location/size of the component on the form/dialog/window.

The /NET version uses the following properties:

This property is not available for the /NET version.