Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 588 Bytes

File metadata and controls

24 lines (18 loc) · 588 Bytes

AddButtonMode

Description

Adds an image button to the mode bar for a tool. Replaces vstAddButtonMode.

PROCEDURE AddButtonMode(imageSpecifier : DYNARRAY[] of CHAR);
def vs.AddButtonMode(imageSpecifier):
    return None

Parameters

Name Type Description
imageSpecifier DYNARRAY[] of CHAR The string identifier for the image. It should be of the form "ResourceFileNameWithoutExtension/PathOfImageFile".

Version

Availability: from Vectorworks 2012

Category