TextHiliteColor property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

Graphics::TColor TextHiliteColor

Delphi Syntax

TextHiliteColor: TColor

Overview

Refer to Drawing Three-Dimensional Shapes and Text.

Remarks

(Persistent property, available at design time) Specifies the highlight color of a text object. You specify other aspects of the text object using related properties described in Drawing Three-Dimensional Shapes and Text.

The DrawTextStr method draws the text object in the control's client area or on the current bitmap.

The highlight color is used only for the following TextStyle values:

 

etsInsetLight

Inset light text

 

etsInsetExtraLight

Inset extra light text

 

etsInsetHeavy

Inset heavy text

 

etsInsetExtraHeavy

Inset extra heavy text

 

etsRaisedLight

Raised light text

 

etsRaisedExtraLight

Raised extra light text

 

etsRaisedHeavy

Raised heavy text

 

etsRaisedExtraHeavy

Raised extra heavy text

 

etsOutLineBlock

Outline block text

See Also

Elements:

DrawTextStr method

Topics:

Raster Images: Drawing on a Bitmap

 

Working with the Control: Client Area Usage