Returns a value that determines whether this object is the top-level object.
[ bTopLevelContainer = ] Object.TopLevelContainer
The TopLevelContainer property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bTopLevelContainer |
Bool |
A boolean expression that specifies whether this object is the top-level object. |
bTopLevelContainer can be one of the following:
|
Value |
Description |
|
True |
The control is the top-level object. |
|
False * |
The control is not the top-level object. |
This property can be set at design time and is read-only at run time. For ATEasy this property always returns False.