Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 719 Bytes

File metadata and controls

29 lines (23 loc) · 719 Bytes

SetComponentIndeterminate

Description

Determines if the specified Layout Manager attribute control (line, weight, color, etc) should be set to the third, indeterminate state.

FUNCTION SetComponentIndeterminate(
				nDialogID           : LONGINT;
				nComponentID        : LONGINT;
				bIndeterminateState : BOOLEAN): BOOLEAN;
def vs.SetComponentIndeterminate(nDialogID, nComponentID, bIndeterminateState):
    return BOOLEAN

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
bIndeterminateState BOOLEAN

Version

Availability: from VectorWorks13.0

Category