CHeaderCtrl::SetBitmapMargin
將點陣圖的框線寬度在標題控制項的。
int SetBitmapMargin(
int nWidth
);
參數
- nWidth
寬度 (以像素為單位,指定圍繞在現有標頭控制項內的點陣圖,的框線。
傳回值
點陣圖的框線寬度 (以像素為單位)。
備註
此成員函式實作 Win32 訊息 HDM_SETBITMAPMARGIN的行為 Windows SDK,如中所述。
範例
int iOldMargin = m_myHeaderCtrl.SetBitmapMargin(15);
需求
Header: afxcmn.h