SECDropEdit::SetBitmap

Sets the bitmap on the drop-down button.

Defined in: DropEdit.cpp

Syntax

SetBitmap(LPCTSTR lpszBmpName);

SetBitmap(UINT nBmpID);

SetBitmap();

Return Value

Nonzero if the bitmap is set; otherwise 0.

Parameters

lpszBmpName

Null-terminated string containing bitmap’s name.

nBmpID

ID of a bitmap.

Comments

The third version of SetBitmap (the one with no parameters) removes the button.

See Also

SECDropEdit  GetBitmap