VS:vstAddButtonMode

From Vectorworks Developer
Revision as of 12:24, 13 October 2021 by MaKro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.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.