Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 896 Bytes

File metadata and controls

35 lines (29 loc) · 896 Bytes

SetItemToolTipText

Description

Sets the tooltip text for list browsers, list boxes, edit controls, pull down menus, and enhanced static text. Parameters nIndex and nSubIndex are used for list browsers and list boxes only.

PROCEDURE SetItemToolTipText(
				nDialogID     : LONGINT;
				nComponentID  : LONGINT;
				strToolTip    : STRING;
				strSubToolTip : STRING;
				nIndex        : INTEGER;
				nSubIndex     : INTEGER);
def vs.SetItemToolTipText(nDialogID, nComponentID, strToolTip, strSubToolTip, nIndex, nSubIndex):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
strToolTip STRING
strSubToolTip STRING
nIndex INTEGER
nSubIndex INTEGER

Version

Availability: from VectorWorks13.0

Category