ITextHost2::TxIsDoubleClickPending method (textserv.h)

Discovers whether the message queue contains a WM_LBUTTONDBLCLK message that is pending for the text host window.

Syntax

BOOL TxIsDoubleClickPending();

Return value

Type: BOOL

Returns TRUE if a WM_LBUTTONDBLCLK message is pending, or FALSE if not.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header textserv.h
DLL Msftedit.dll

See also

ITextHost2