Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 627 Bytes

File metadata and controls

31 lines (25 loc) · 627 Bytes

ExpandTreeControlItem

Description

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER
bExpand BOOLEAN

Version

Availability: from VectorWorks12.5

Category