Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 561 Bytes

File metadata and controls

29 lines (23 loc) · 561 Bytes

CreateThreeStateCheckBox

Description

Creates a Layout Manager three state checkbox.

PROCEDURE CreateThreeStateCheckBox(
				dialogID    : LONGINT;
				componentID : LONGINT;
				strName     : STRING);
def vs.CreateThreeStateCheckBox(dialogID, componentID, strName):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
strName STRING

Version

Availability: from VectorWorks12.5

Category