Pager_GetButtonState macro (commctrl.h)

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

Syntax

void Pager_GetButtonState(
   hwnd,
   iButton
);

Parameters

hwnd

Type: HWND

Handle to the pager control.

iButton

Type: int

Indicates which button to retrieve the state for. See the description for iButton in PGM_GETBUTTONSTATE for a list of possible values.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header commctrl.h