User Tools

Site Tools


toolbox_start_the_popup_toolbox_menu_.htm
Navigation:  ABC Library Reference > PopupClass > PopupClass Methods >====== Toolbox (start the popup toolbox menu) ====== Previous pageReturn to chapter overviewNext page

Toolbox( name )

blk2blue.jpg

Toolbox Starts (displays) the popup menu toolbox.
Name A string constant, variable, EQUATE, or expression containing the toolbox name. This name will appear in the title bar of the toolbox window

The Toolbox method displays the toolbox popup window. All items enabled by the SetToolbox method are displayed as buttons, with the name parameter appearing in the toolbox window's title bar.

Implementation:

The Toolbox method is called from the BrowseClass TakeEvent method when the ToolControl property is set to TRUE. It is used to support the BrowseToolbar control template.

Example:

BrowseClass.TakeEvent PROCEDURE

CASE ACCEPTED()

   OF SELF.ToolControl

     SELF.Popup.Toolbox('Browse Actions')

END

See Also:     SetToolbox , BrowseClass.TakeEvent

toolbox_start_the_popup_toolbox_menu_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1