ForegroundBitmap Property (ILEADRasterTextEfx)

Visual Basic example

Visual C++ example

 

Syntax

long ForegroundBitmap;

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the bitmap to be used for the foreground of the text in the Text dialog box. This bitmap will be updated if the user chooses a new image using the Browse Image button. (DLG_TEXT_BROWSEIMAGE is set in the UIFlags property.)

To free the memory used by this bitmap, assign a value of 0.

See Also

Elements

ShowTextDlg method, UIFlags property