Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1002 Bytes

File metadata and controls

40 lines (32 loc) · 1002 Bytes

CreateStandardIconControl

Description

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

Parameters

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.

Remarks

Should show image of each icon.

Examples

ComplexDialogLayout2

Version

Availability: from VectorWorks11.5

Category