CBitmapButton::AutoLoad

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

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL AutoLoad( UINT nID, CWnd* pParent );

See Also

CBitmapButton::LoadBitmaps, CBitmapButton::SizeToContent