Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the regular and large sizes of tooltip fixed widths for the ribbon bar.
void SetTooltipFixedWidth(
int nWidthRegular,
int nWidthLargeImage
);
Parameters
[in] nWidthRegular
The width, in pixels, of a regular fixed sized tooltip.[in] nWidthLargeImage
The width, in pixels, of a large fixed sized tooltip.
Remarks
Setting a parameter to 0 causes the corresponding width to vary.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Updated whole topic. |
Information enhancement. |