Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.ColorHalo property

Previous pageReturn to chapter overviewNext page

Type

OLE_COLOR for Visual C++

long for Visual Basic

 

 

Syntax

object.TextDescriptor.ColorHalo [=long]

or

object.CellsManager.TextDescriptor(UniqueID).ColorHalo [=long]

 

 

Remarks

Color of the Halo applied to the text when a Halo special effect has been set through the TextDescriptor.SpecialEffect.

By default this color is set to pure White RGB (255, 255, 255).

Below you can see a sample of button with the caption text surrounded by a pure Yellow RGB (255, 255, 0) Halo.

3dabm_i000062

 

 

See also

TextDescriptor object.

TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.

How to put text over the button section.

How to manage cells section.