Help Center

CRichEdit.GetThumbmethod

Retrieves the position of the scroll box (thumb) in the vertical scroll bar of a multiline rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetThumb (BYVAL hRichEdit AS HWND) AS LONG

Parameters

NameDescription
hRichEditThe 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