CButton::SetTextMargin
Visual Studio 2005
Call this method to set the text margin of the CButton object.
BOOL SetTextMargin( RECT* pmargin );
Parameters
- pmargin
-
A pointer to the new text margin.
This member function emulates the functionality of the BCM_SETTEXTMARGIN message, as described in the Buttons section of the Platform SDK.