Adds a group of buttons with an image to the mode bar for a tool. Replaces vstAddRadioMode
PROCEDURE AddRadioMode(
initialSetting : INTEGER;
buttonCount : INTEGER;
imageSpecifier1 : DYNARRAY[] of CHAR;
imageSpecifier2 : DYNARRAY[] of CHAR;
imageSpecifier3 : DYNARRAY[] of CHAR;
imageSpecifier4 : DYNARRAY[] of CHAR;
imageSpecifier5 : DYNARRAY[] of CHAR;
imageSpecifier : DYNARRAY[] of CHAR);def vs.AddRadioMode(initialSetting, buttonCount, imageSpecifier1, imageSpecifier2, imageSpecifier3, imageSpecifier4, imageSpecifier5, imageSpecifier):
return None| Name | Type | Description |
|---|---|---|
| initialSetting | INTEGER | |
| buttonCount | INTEGER | |
| imageSpecifier1 | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
| imageSpecifier2 | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
| imageSpecifier3 | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
| imageSpecifier4 | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
| imageSpecifier5 | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
| imageSpecifier | DYNARRAY[] of CHAR | The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile". |
Availability: from Vectorworks 2012