Copyright © 1998-2015 MultiMedia Soft

TextDescriptor.ColorHighlight property

Previous pageReturn to chapter overviewNext page

Type

OLE_COLOR for Visual C++

long for Visual Basic

 

 

Syntax

object.TextDescriptor.ColorHighlight [=long]

or

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

 

 

Remarks

Color of the highlighted text portion.

This property is available only when a special effect, set through the TextDescriptor.SpecialEffect, is applied.

If this color is left undefined the color will be calculated automatically: once the color has been defined, it can be reset back to the undefined state by setting its value to -1.

Below you can see a zoomed button portion with the TextDescriptor.ColorHighlight and TextDescriptor.ColorShadow components shown under a raised text.

3dabm_i000058

 

 

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.