Creates a new push button control in a dialog layout.
PROCEDURE CreatePushButton(
dialogID : LONGINT;
itemID : LONGINT;
text : STRING);def vs.CreatePushButton(dialogID, itemID, text):
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. |
| text | STRING | The display text for the control. |
[DWD 1/20/00]
Availability: from VectorWorks9.0