Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 789 Bytes

File metadata and controls

32 lines (25 loc) · 789 Bytes

CreatePullDownMenu

Description

Creates a new pulldown menu control in a dialog layout.

PROCEDURE CreatePullDownMenu(
				dialogID          : LONGINT;
				itemID            : LONGINT;
				widthInCharacters : LONGINT);
def vs.CreatePullDownMenu(dialogID, itemID, widthInCharacters):
    return None

Parameters

Name Type Description
dialogID LONGINT The index of the dialog layout containing the control.
itemID LONGINT The index that will identify the control item.
widthInCharacters LONGINT The width of the control in characters.

Examples

DialogLayoutPulldownMenu

Version

Availability: from VectorWorks9.0

Category