VS:SetLBReadOnly: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 10:08, 3 February 2023

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

Description

Sets the list browser's read-only state.

PROCEDURE SetLBReadOnly(
dialogID :LONGINT;
componentID :LONGINT;
readOnly :BOOLEAN);
def vs.SetLBReadOnly(dialogID, componentID, readOnly):
    return None

Parameters

dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control
readOnly BOOLEAN the read-only state

Version

Availability: from Vectorworks 2022