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

TypeDescription
String A String expression that specifies a list of property names separated by comma character, that indicates the Left property of the extended control.
By default, the ExtendedLeft property is "Left", which specifies that the split bar is using the "Left" property of the extended control to get or set the distance, between the left edge of the object and the left 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.