Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 617 Bytes

File metadata and controls

29 lines (23 loc) · 617 Bytes

SetThreeStateCheckBoxState

Description

Sets the state of a Layout Manager three state checkbox.

PROCEDURE SetThreeStateCheckBoxState(
				dialogID    : LONGINT;
				componentID : LONGINT;
				iState      : INTEGER);
def vs.SetThreeStateCheckBoxState(dialogID, componentID, iState):
    return None

Parameters

Name Type Description
dialogID LONGINT
componentID LONGINT
iState INTEGER 0-unchecked, 1-checked, 2-partially checked

Version

Availability: from VectorWorks12.5

Category