Expands or collapses the specified tree control item.
PROCEDURE ExpandTreeControlItem(
nDialogID : LONGINT;
nComponentID : LONGINT;
nItemID : INTEGER;
bExpand : BOOLEAN);def vs.ExpandTreeControlItem(nDialogID, nComponentID, nItemID, bExpand):
return None| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nItemID | INTEGER | |
| bExpand | BOOLEAN |
Availability: from VectorWorks12.5