Type | Description | |||
String | A String expression that specifies the name of the controls on the form to be udated by the split bar when it moves, separated by comma character. For instance, "Command1,Command2" |
By default, if a control/component/object is contained in
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. The ExtendedName property defines the name of the property that can extracts the name from the container ( /COM only ).
Currently, the ObjectsLT property can be used in any of the following programming environments:
but it could work on other containers as well.
For instance, let's say we have the following layout:
so we have two split bars ( horizontal and vertical ), and three buttons/commands. One splitter should resizes the left-most button, and the rest, and the vertical split bar show resize the top-most button and the bellow one.
Select the split bar component in design mode and specify the ObjectsLT / ObjectsRB properties as shown bellow: