Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 646 Bytes

File metadata and controls

27 lines (21 loc) · 646 Bytes

SetToolHelpMessage

Description

Sets the Tool Bar Help Text by new standard - Tool Name[: Tool Mode][. Brief usage advice.].

PROCEDURE SetToolHelpMessage(
				modeText        : STRING;
				descriptionText : STRING);
def vs.SetToolHelpMessage(modeText, descriptionText):
    return None

Parameters

Name Type Description
modeText STRING The text that will be showed like as a name of the mode.
descriptionText STRING The text that will be showed like as an advice text.

Version

Availability: from Vectorworks 2013

Category