Title Property (Csv Object)¶
Corresponds to the Toolbar button title text box in the CSV page of the Customize dialog box. Supported on EmEditor Professional Version 19.4 or later.¶
[JavaScript]¶
s = object.Title;
object.Title = s;
[VBScript]¶
s = object.Title
object.Title = s
Version¶