Skip to content

Latest commit

 

History

History
80 lines (62 loc) · 3.1 KB

nf-textserv-itexthost-txinvalidaterect.md

File metadata and controls

80 lines (62 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:textserv.ITextHost.TxInvalidateRect
ITextHost::TxInvalidateRect (textserv.h)
Specifies a rectangle for the text host to add to the update region of the text host window.
ITextHost interface [Windows Controls]
TxInvalidateRect method
ITextHost.TxInvalidateRect
ITextHost::TxInvalidateRect
TxInvalidateRect
TxInvalidateRect method [Windows Controls]
TxInvalidateRect method [Windows Controls]
ITextHost interface
_win32_ITextHost_TxInvalidateRect
_win32_ITextHost_TxInvalidateRect_cpp
controls.ITextHost_TxInvalidateRect
controls._win32_ITextHost_TxInvalidateRect
textserv/ITextHost::TxInvalidateRect
controls\ITextHost_TxInvalidateRect.htm
Controls
VS|Controls|~\controls\richedit\windowlessricheditcontrols\windowlessricheditcontrolsreference\windowlessricheditcontrolinterfaces\itexthost\itexthosttxinvalidaterect.htm
12/05/2018
ITextHost interface [Windows Controls],TxInvalidateRect method, ITextHost.TxInvalidateRect, ITextHost::TxInvalidateRect, TxInvalidateRect, TxInvalidateRect method [Windows Controls], TxInvalidateRect method [Windows Controls],ITextHost interface, _win32_ITextHost_TxInvalidateRect, _win32_ITextHost_TxInvalidateRect_cpp, controls.ITextHost_TxInvalidateRect, controls._win32_ITextHost_TxInvalidateRect, textserv/ITextHost::TxInvalidateRect
textserv.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextHost::TxInvalidateRect
textserv/ITextHost::TxInvalidateRect
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextHost.TxInvalidateRect

ITextHost::TxInvalidateRect

-description

Specifies a rectangle for the text host to add to the update region of the text host window.

-parameters

-param prc [in]

Type: LPCRECT

The invalid rectangle.

-param fMode [in]

Type: BOOL

Specifies whether the background within the update region is to be erased when the update region is processed. If this parameter is TRUE, the background is erased when the BeginPaint function is called. If this parameter is FALSE, the background remains unchanged.

-remarks

This function may be called while inactive; however, the host implementation is free to invalidate an area greater than the requested RECT.

-see-also

ITextHost

Windowless Rich Edit Controls Overview