Type | Description | |||
String | A String expression that defines the list of window class names (can include wild characters such as * or ? ), separated by backslash / character as explained bellow. |
For instance, if having the following form in design mode:
Internally, the hierarchy windows of a eXSplitBar inside a dBASE Plus form shows as bellow.
So as the parents of eXSplitBar are "Afx:...\AfxWnd...\AfxWnd..."and so the ExtendedContainerWnd property is "Afx:*\AfxWnd*\AfxWnd*".
If future generations of dBASE Plus will change the hierarchy of the windows inside the form, the ExtendedContainerWnd property may need to be changed.