Inserts an item into a Layout Manager tree control.
FUNCTION InsertTreeControlItem(
nDialogID : LONGINT;
nComponentID : LONGINT;
strItemLabel : STRING;
nParentID : INTEGER;
nAfterID : INTEGER): INTEGER;def vs.InsertTreeControlItem(nDialogID, nComponentID, strItemLabel, nParentID, nAfterID):
return INTEGER| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| strItemLabel | STRING | |
| nParentID | INTEGER | |
| nAfterID | INTEGER |
Availability: from VectorWorks13.0