ITfMouseSink interface (msctf.h)

The ITfMouseSink interface is implemented by a text service to receive mouse event notifications. A mouse event sink is installed with the ITfMouseTracker::AdviseMouseSink method of one of the ITfMouseTracker interfaces.

Inheritance

The ITfMouseSink interface inherits from the IUnknown interface. ITfMouseSink also has these types of members:

Methods

The ITfMouseSink interface has these methods.

 
ITfMouseSink::OnMouseEvent

ITfMouseSink::OnMouseEvent method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header msctf.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfMouseTracker::AdviseMouseSink

ITfMouseTrackerACP::AdviseMouseSink

IUnknown