property SplitBar.ExtendedName as String
Specifies a list of property names separated by comma character, that indicates the Name property of the extended control. The Name property of an extended control specifies the name of the object within the container.

TypeDescription
String A String expression that specifies a list of property names separated by comma character, that indicates the Name property of the extended control. For instance: "Name,Caption"
By default, the ExtendedName property is "Name". The Name property of an extended control specifies the name of the object within the container. The ExtendedName property Specifies a list of property names separated by comma character, that indicates the Name property of the extended control. The Name property of an extended control specifies the name of the object within the container. Shortly, the ExtendedName property defines the name of the property that can identify the name of the component as known by the container ( /COM only ).

The ExtendedName property is used by /COM version by the following properties:

on following programming languages:

The ExtendedName property is not available on the /NET version.