Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 702 Bytes

File metadata and controls

31 lines (25 loc) · 702 Bytes

CreateCheckBox2

Description

Create a checkbox with an icon.

PROCEDURE CreateCheckBox2(
				dialogID    : LONGINT;
				itemID      : LONGINT;
				text        : DYNARRAY[] of CHAR;
				iconResPath : DYNARRAY[] of CHAR);
def vs.CreateCheckBox2(dialogID, itemID, text, iconResPath):
    return None

Parameters

Name Type Description
dialogID LONGINT The ID of the dialog.
itemID LONGINT The ID of the control.
text DYNARRAY[] of CHAR The text of this control.
iconResPath DYNARRAY[] of CHAR The path of the icon resource.

Version

Availability: from Vectorworks 2023

Category