Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the horizontal and vertical padding of the current toolbar control.
BOOL GetPadding(
int* pnHorzPadding,
int* pnVertPadding
) const;
Parameters
Parameter |
Description |
|---|---|
[out] pnHorzPadding |
An integer that receives the horizontal padding of the toolbar control, in pixels. |
[out] pnVertPadding |
An integer that receives the vertical padding of the toolbar control, in pixels. |
Return Value
true if this method is successful; otherwise, false.
Remarks
This method sends the TB_GETPADDING message, which is described in the Windows SDK.
Requirements
Header: afxcmn.h