Initialize SEToolBarConfig

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes > SEToolBarConfig >

Initialize SEToolBarConfig

Previous pageReturn to chapter overviewNext page

Purpose

Initializes the specified toolbar with this configuration.

Generally this method is called internally by the SEToolbar:SetConfiguration method.

 

Prototype

METHOD Initialize(oToolBar, symTB) CLASS SEToolBarConfig

 

Arguments

<oToolBar>

The ID of the button whose tip text you want to obtain.  This is either the button ID or the command identifier (menu item ID), depending on the value of <symLookup>.

<symTB>

A symbol that describes how to interpret <nID>.  If the value is #ButtonID, <nID> is the button ID of the button; otherwise, if the value is #MenuItemID, <nID> is the command identifier (menu item ID) of the button.  If omitted, <nID> is interpreted as the button ID.