Help Center

CPager.GetButtonSizemethod

Retrieves the current button size for the pager control.

WindowsmethodCPager.incdocumented

Syntax

FUNCTION GetButtonSize (BYVAL hPager AS HWND) AS LONG

Parameters

NameDescription
hPagerHandle to the pager control.

Return value

Returns the current button size, in pixels.

Description

Retrieves the current button size for the pager control.

Example

DIM nSize AS LONG = CPager.GetButtonSize(hPager)

Reference

  • Include file CPager.inc
  • Defined in AfxNova/CPager.inc:108
  • Documented in Windows/WIndows Controls/CPager Class.md
  • Topic: CPager Class