|
An application object attribute named ToolBarPopMenuText allows you to specify the text which will display when the user of your application clicks the right mouse button on an application toolbar. Currently the menu displays the text as Left, Top, Right, Bottom, Floating, Show Text.
In the application open event, you can now specify what you want your application users to see as the text for the right mouse button. To specify values for the new attribute, use a list of comma separated values for Left, Top, Right, Bottom, Floating, Show Text. You can use ampersands (&) to specify hotkeys.
The following example will change the text for the application toolbar right mouse button options to German and have hot keys underlined for each:
toolbarpopmenutext="&Links,&Oben,&Rechts,&Unten,&Frei positionierbar,&Text zeigen"
|