<< Click to Display Table of Contents >> SetConfiguration SEToolBar |
![]() ![]() ![]() |
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