int CBCGPMultiLinkCtrl::GetIdealSize | ( | int | cxMaxWidth, |
SIZE * | pSize | ||
) | const |
Retrieves the preferred size of a link for the specified width.
cxMaxWidth | The maximum width of the link, in pixels. |
pSize | A pointer to a Windows SIZE structure. When this method returns, the cy member of the SIZE structure contains the ideal link text height for the link text width that is specified by cxMaxWidth. |