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| 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. |
Availability: from VectorWorks9.0