CRichEdit.GetThumbmethod
Retrieves the position of the scroll box (thumb) in the vertical scroll bar of a multiline rich edit control.
Syntax
FUNCTION GetThumb (BYVAL hRichEdit AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
The return value is the position of the scroll box.
Description
Retrieves the position of the scroll box (thumb) in the vertical scroll bar of a multiline edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:726
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class