Share

CAdUiToolBarCtrl::AddHDBitmap Method

C++

int AddHDBitmap(
    int nNumButtons, 
    CBitmap* pBitmap
);

Description

Adds one or more button HD images to the list of button images stored in the toolbar control.

Parameters

Parameters Description
nNumButtons Number of button images in the bitmap
pBitmap Pointer to the CBitmap object that contains the button image or images to add

Returns

Zero-based index of the first new image if successful; otherwise -1.

Links

CAdUiToolBarCtrl Class

Was this information helpful?