CStatic::GetBitmap

Call this member function to retrieve the handle to the bitmap, previously set with SetBitmap, that is associated with this CStatic object.

Syntax

HBITMAP GetBitmap( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CStatic Overview, CStatic Member Functions, Control Classes, CStatic::SetBitmap