property SplitBar.ExtendedWidth as String
Specifies a list of property names separated by comma character, that indicates the Width property of the extended control. The Width property of an extended control gets or sets the control's width.

TypeDescription
String A String expression that specifies a list of property names separated by comma character, that indicates the Width property of the extended control.
By default, the ExtendedWidth property is "Width", which specifies that the split bar is using the "Width" property of the extended control to get or set component's width. 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.