Creates a standard icon control, which is used to display the application icon or an alert icon. Valid values for iconNumber are: 0 - VectorWorks application icon 1 - Informational icon 2 - Stop icon 3 - Exclamation mark (warning) icon 4 - Question icon
PROCEDURE CreateStandardIconControl(
dialogID : LONGINT;
iconControlID : LONGINT;
iconNumber : INTEGER);def vs.CreateStandardIconControl(dialogID, iconControlID, iconNumber):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | ID of the dialog |
| iconControlID | LONGINT | ID of the control within the dialog |
| iconNumber | INTEGER | Constant, listed above, indicating which icon to display. |
Should show image of each icon.
Availability: from VectorWorks11.5