Share via


CMFCCustomizeButton::SetExtraSize

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies the extra size of the button.

void SetExtraSize(int cx, int cy);

Parameters

Parameter

Description

[in] cx

The extra width of the button.

[in] cy

The extra height of the button.

Remarks

This method is called by the framework for skins that require extra size for the borders of toolbar buttons (for example, round buttons).

Requirements

Header: afxcustomizebutton.h

See Also

Reference

CMFCCustomizeButton Class

CMFCCustomizeButton::GetExtraSize

Other Resources

MFC Hierarchy Chart