SEToolBar Class

<< Click to Display Table of Contents >>

Navigation:  SEUIXP Classes for X# > Classes >

SEToolBar Class

Previous pageReturn to chapter overviewNext page

Purpose

Enhanced toolbar class with full rebar support.

 

VO supports the rebar control with the toolbar class.

If ToolBar:EnableBands(FALSE) is set, the toolbar object contains only a single toolbar control.

In this case ToolBar:Handle() returns the handle of this toolbar control and most of the new SEToolBar features have no function.

 

If ToolBar:EnableBands(TRUE) is set, the toolbar object contains a single rebar control.

ToolBar:Handle() returns the handle of this rebar control.

A rebar control contains bands, which will be addressed with a symbolic name or a numeric band index.

Each band can contain a control or a toolbar control.

If the band contains a toolbar, the symbolic name of the toolbar is equal to the symbolic band name.

 

 

Prototype

CLASS SEToolBar INHERIT ToolBar

 

Access

ContextMenu

Layout

 

Assign

ContextMenu

Layout

 

Method

AddCommand()

AddMenuBar()

Configure()

DeleteBand()

EnableChevron()

GetBandIndex()

GetBandStyle()

GetBandWidth()

GetConfiguration()

GetSize()

Handle()

IsBandVisible()

MaximizeBand()

MinimizeBand()

MoveBand()

PostCreate()

PreCreate()

SetBandBackground()

SetBandHeader()

SetBandSize()

SetBandStyle()

SetBandVarHeightSize()

SetButtonInfo()

SetButtonWidth()

SetConfiguration()

SetDropDown()

SetExStyle()

SetMaxTextRows()

SetMenuBar()

SetPadding()

SetReBarStyle()

SetStyle()

SetTBExStyle()

SetTBStyle()

ShowBand()

ShowButtonMenu()