CBitmapButton::AutoLoad
關聯在對話方塊中的 按鈕的 CBitmapButton 類別的物件,以名稱載入點陣圖,並調整按鈕的相容的點陣圖。
BOOL AutoLoad(
UINT nID,
CWnd* pParent
);
參數
nID
按鈕的控制項 ID.pParent
要擁有按鈕之物件的指標。
傳回值
如果不是零,則成功,則為 0。
備註
使用 AutoLoad 函式會在對話方塊中的主控描繪 (Owner-Drawn) 按鈕,一個點陣圖按鈕。 說明如何使用這個函式在 CBitmapButton 類別的<備註>。
範例
CBitmapButton myButton;
// Initialize the owner-drawn button with the id IDC_MYBUTTON as a bitmap
// button. This code is used in the OnInitDialog handler of my dialog.
myButton.AutoLoad(IDC_MYBUTTON, this);
需求
Header: afxext.h