Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 709 Bytes

File metadata and controls

33 lines (25 loc) · 709 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

alogLayoutPulldownMenu}}

Version

Availability: from VectorWorks9.0

Category

  • Dialogs - Modern