CPager.GetButtonSizemethod
Retrieves the current button size for the pager control.
Syntax
FUNCTION GetButtonSize (BYVAL hPager AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hPager | Handle 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