Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 616 Bytes

File metadata and controls

29 lines (23 loc) · 616 Bytes

GetThreeStateCheckBoxState

Description

Retrieves the state of a Layout Manager three state checkbox.

PROCEDURE GetThreeStateCheckBoxState(
				dialogID    : LONGINT;
				componentID : LONGINT;
				VAR iState  : INTEGER);
def vs.GetThreeStateCheckBoxState(dialogID, componentID):
    return iState

Parameters

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

Version

Availability: from VectorWorks12.5

Category