Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonBar::SetTooltipFixedWidth

Sets the regular and large sizes of tooltip fixed widths for the ribbon bar.

void SetTooltipFixedWidth(
   int nWidthRegular,
   int nWidthLargeImage
);
[in] nWidthRegular

The width, in pixels, of a regular fixed sized tooltip.

[in] nWidthLargeImage

The width, in pixels, of a large fixed sized tooltip.

Setting a parameter to 0 causes the corresponding width to vary.

Header: afxribbonbar.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.