VS:GetThreeStateCheckBoxState: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 35: Line 35:
iState
iState
INTEGER
INTEGER
0-unchecked, 1-checked, 2-partially checked


</line>
</line>

Latest revision as of 14:07, 3 April 2022

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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

Version

Availability: from VectorWorks12.5