User Tools

Site Tools


displaybuttons_enable_appropriate_toolbar_buttons_toolbarclass_.htm
Navigation:  ABC Library Reference > ToolbarClass > ToolbarClass Methods >====== DisplayButtons (enable appropriate toolbar buttons:ToolbarClass) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

DisplayButtons, VIRTUAL

blk2blue.jpg

The DisplayButtons method enables and disables the appropriate toolbar buttons for the active toolbar target.

The SetTarget method sets the active toolbar target.

Implementation:

The DisplayButtons method calls the ToolbarTarget.DisplayButtons method for the active toolbar target.

Example:

CODE

Toolbar.Init                           !initialize Toolbar object

 ToolBar.AddTarget( ToolBarForm, -1 )  !register an Update Form target

 Toolbar.DisplayButtons                !and enable appropriate toolbar buttons

                                       !for that target

See Also:     SetTarget

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