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| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| bIndeterminateState | BOOLEAN |
Availability: from VectorWorks13.0