Sets the text of radio button, check box, push button controls.
PROCEDURE SetControlText(
DlogID : INTEGER;
ItemID : INTEGER;
newtext : STRING);def vs.SetControlText(DlogID, ItemID, newtext):
return None| Name | Type | Description |
|---|---|---|
| DlogID | INTEGER | ID of the dialog |
| ItemID | INTEGER | ID of the control |
| newtext | STRING | Text to insert |
Availability: from VectorWorks10.0