LDialogBase::SetBitmap

#include "ltwrappr.h"

L_VOID LDialogBase::SetBitmap(pBitmap)

LBitmapBase * pBitmap;

/* pointer to an LBitmapBase object */

Sets the bitmap of the Dialog object.

Parameter

Description

pBitmap

Pointer to the bitmap object referencing the bitmap object to assign to the specified object.

Returns

None.

Required DLLs and Libraries

LTDLGKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LDialogBase::GetStringLen, LDialogBase::SetString, LDialogBase::SetFont, Class Members

Topics:

Using Imaging Common Dialog

Example

For an example, refer to LDialogBase::SetFont.