SetConfiguration SEToolBar

<< Click to Display Table of Contents >>

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

SetConfiguration SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Sets or deletes a configuration for the specified toolbar control.

 

Prototype

METHOD SetConfiguration(symTB, oConfig, lInit) CLASS SEToolBar

 

Arguments

[<symTB>]

The symbolic name of the toolbar. Default is #MainToolBar.

[<oConfig>]

A SEToolBarConfig class configuration object. If Null_Object or not specified a currently a former assigned configuration object will be deleted.

[<lInit>]

A logic value. TRUE, if oConfig is specified, the toolbar will be initialized with this configuration simultaneously. FALSE, the toolbar becomes not initialized.

The default value is TRUE.

 

Return

NIL