Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 642 Bytes

File metadata and controls

31 lines (25 loc) · 642 Bytes

SetTreeControlItemData

Description

Sets the user data of the specified item from a tree control.

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER
nUserData LONGINT

Version

Availability: from VectorWorks12.5

Category