BCGControlBar Pro for MFC
const CBCGPFontDesc* CBCGPToolbarFontCombo::GetFontDesc ( int  iIndex = -1) const
inline

Retrieves the font description (attributes) for the specified combo box item.

Returns
A pointer to the font description (attributes). It can be NULL if iIndex does not specify a valid item index.

Call this function to retrieve the description (attributes) for the specified font. The description is attached to a combo box item as a CBCGPFontDesc object.

Parameters
iIndexSpecifies the zero-based index of a combo box item.