Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 555 Bytes

File metadata and controls

29 lines (23 loc) · 555 Bytes

SelectTreeControlItem

Description

Selects the specified tree control item.

PROCEDURE SelectTreeControlItem(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				nItemID      : INTEGER);
def vs.SelectTreeControlItem(nDialogID, nComponentID, nItemID):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER

Version

Availability: from VectorWorks12.5

Category