Init SEToolBarConfig

<< Click to Display Table of Contents >>

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

Init SEToolBarConfig

Previous pageReturn to chapter overviewNext page

Purpose

This class handles the complete toolbar configuration.

You define all buttons, imagelists, toolbar texts, toolbar tiptexts and other properties in this class.

Than you assign this class to the SEToolbar class with the SetConfiguration method.

 

Prototype

METHOD Init(kButtonStyle, nButtonWidth, nTextRows, lAdjustable) CLASS SEToolBarConfig

 

Arguments

[<kButtonStyle>]

A constant that represents how the buttons are displayed

TB_ICONONLY

TB_TEXTANDICON

TB_TEXTONLY

The default value is TB_ICONONLY.

[<nValue>]

The width of the toolbar buttons.

If nValue is less than zero or not specified, the width of each toolbar button becomes calculated automatically.

[<nTextRows>]

Sets the maximum number of text rows displayed on a toolbar button.

The default value is 0. See also the assign TextRows.

[<lAdjustable>]

TRUE, the toolbar will be adjustable, otherwise FALSE. The default is TRUE. See assign Adjustable for details.