CBitmapButton::AutoLoad

This member function associates a button in a dialog box with an object of the CBitmapButton class. This function loads the bitmap(s) by name, and sizes the button to fit the bitmap.

Syntax

BOOL AutoLoad( UINT nID, CWnd* pParent );

At a Glance

Header file: Afxext.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CBitmapButton Overview, CBitmapButton Member Functions, Control Classes, CBitmapButton::LoadBitmaps, CBitmapButton::SizeToContent