Description: | Determines whether the Node object is in the expanded state. |
Used in object: | Node |
Values (with constants): | True - Node is expanded(POW-TRUE) False - Node is not expanded(POW-FALSE) It is only effective when the Node object has one or more child Node objects. |
Default value: | False(POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Not accessible. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |