#title directive (Script Directives)¶
Specifies the title string displayed on the toolbar button. This directive must be specified at the first lines of the script above the main code.
Note: To display titles on buttons on the Basic toolbar, the Display macro titles on the Basic toolbar check box must be selected on the Toolbar Options page of the Customize dialog box.
#title = " title" title Specifies the title string displayed on the toolbar button. Only icon would be displayed on the button if an empty string was specified. "Calculation" is displayed on the toolbar button. #title = "calculation" Supported on EmEditor Professional Version 7.00 or later.Parameters¶
Examples¶
Version¶