Contents Index Topic Contents | ||
Previous Topic: Pager_GetButtonSize Next Topic: Pager_GetDropTarget |
Pager_GetButtonState
DWORD Pager_GetButtonState( HWND hwndPager; int iButton );Retrieves the state of the specified button in a pager control. You can use this macro or send the PGM_GETBUTTONSTATE message explicitly.
- Returns the state of the button specified in iButton. See the return value description in PGM_GETBUTTONSTATE for a list of possible values.
- hwndPager
- Handle to the pager control.
- iButton
- Indicates which button to retrieve the state for. See the description for iButton in PGM_GETBUTTONSTATE for a list of possible values.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.