SetBandBackground SEToolBar

<< Click to Display Table of Contents >>

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

SetBandBackground SEToolBar

Previous pageReturn to chapter overviewNext page

Purpose

Sets the background color or a background bitmap of a rebar band.

 

Prototype

METHOD SetBandBackground(uBand, uBitmap_Color) CLASS SEToolBar

 

Arguments

<uBand>

The symbolic name of the band or the numeric band index - the index base is 1.

[<uBitmap_Color>]

A Bitmap or a Color object. Also the color can be specified by a DWORD RGB value.

If uBitmap_Color is NIL or Null_Object a former assigned background bitmap is removed.

 

Return

TRUE, if the background bitmap or color was set successfully, otherwise FALSE.