GetSize SEToolBar

<< Click to Display Table of Contents >>

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

GetSize SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Gets the current size or the maximum size of the specified band.

 

Prototype

METHOD GetSize(symTB, lMaxSize) CLASS SEToolBar

 

Argument

[<symTB>]

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

[<lMaxSize>]

a logic value.

If TRUE the maximum size of the toolbar is returned. This is the total size of all of the visible buttons and separators in the toolbar.

If FALSE the current size is returned.

The default value is FALSE.