Creates a radio button group box. The radio button will have name as its label. If hasFrame is true, the group will have a box drawn around it like a regular group box.
PROCEDURE CreateRadioButtonGroupBox(
dialogID : LONGINT;
itemID : LONGINT;
name : STRING;
hasFrame : BOOLEAN);def vs.CreateRadioButtonGroupBox(dialogID, itemID, name, hasFrame):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | ID of the dialog |
| itemID | LONGINT | ID of the radio button group box |
| name | STRING | Title that appears in the radio button group box |
| hasFrame | BOOLEAN | True whether the group has a frame; false otherwise |
Availability: from VectorWorks10.5