PGM_SETBUTTONSIZEPGM_SETBUTTONSIZE*
*Contents  *Index  *Topic Contents
*Previous Topic: PGM_SETBORDER
*Next Topic: PGM_SETCHILD

PGM_SETBUTTONSIZE


PGM_SETBUTTONSIZE
    wParam = 0;
    lParam = (LPARAM)(int)iButtonSize;

Sets the current button size for the pager control. You can send this message explicitly or use the Pager_SetButtonSize macro.

iButtonSize
INT value that contains the new button size, in pixels.

If the pager control has the PGS_HORZ style, the button size determines the width of the pager buttons. If the pager control has the PGS_VERT style, the button size determines the height of the pager buttons. By default, the pager control sets its button size to three-fourths of the width of the scroll bar.

Version 4.71

See also PGM_GETBUTTONSIZE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.