VS:vstAddButtonMode: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 6: Line 6:
<desc>
<desc>
Used in the initialization of an event-enabled tool, add a mode bar button.
Used in the initialization of an event-enabled tool, add a mode bar button.
(Seems like this has been replaced by [[VS:AddButtonMode]])
</desc>
</desc>



Latest revision as of 12:24, 13 October 2021

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

Description

Used in the initialization of an event-enabled tool, add a mode bar button.

(Seems like this has been replaced by VS:AddButtonMode)

PROCEDURE vstAddButtonMode(
inIconID :DYNARRAY OF CHAR);
def vs.vstAddButtonMode(inIconSpecification):
    return None

Parameters

inIconID INTEGER

Version

Availability: from All Versions

This is drop-in function.