SetMaxTextRows SEToolBar

<< Click to Display Table of Contents >>

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

SetMaxTextRows SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

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

 

Prototype

METHOD SetMaxTextRows(nRowCount, symTB) CLASS SEToolBar

 

Arguments

[<nRowCount>]

A numeric value which specifies the maximum number of rows of text that can be displayed.

The default value is 0.

[<symTB>]

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

 

Return

SELF