Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the button size of the current pager control.
int GetButtonSize() const;
Requirements
Header: afxcmn.h
Return Value
The current button size, measured in pixels.
Remarks
This method sends the PGM_GETBUTTONSIZE message, which is described in the Windows SDK.
If the pager control has the PGS_HORZ style, the button size determines the width of the pager buttons, and if the pager control has the PGS_VERT style, the button size determines the height of the pager buttons. For more information, see Pager Control Styles.