PGM_GETBUTTONSTATEPGM_GETBUTTONSTATE*
*Contents  *Index  *Topic Contents
*Previous Topic: PGM_GETBUTTONSIZE
*Next Topic: PGM_GETDROPTARGET

PGM_GETBUTTONSTATE


PGM_GETBUTTONSTATE
    wParam = 0;
    lParam = (LPARAM)(int)iButton;

Retrieves the state of the specified button in a pager control. You can send this message explicitly or use the Pager_GetButtonState macro.

iButton
Indicates which button to retrieve the state for. This can be one of the following values:
PGB_TOPORLEFT Indicates the top button in a PGS_VERT pager control or the left button in a PGS_HORZ pager control.
PGB_BOTTOMORRIGHT Indicates the bottom button in a PGS_VERT pager control or the right button in a PGS_HORZ pager control.

Version 4.71


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