IPointerInactive Interface
Enables an inactive object to receive mouse and keyboard messages. For more information, see IPointerInactive.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("55980BA0-35AA-11CF-B671-00AA004CD6D8")> _
Public Interface IPointerInactive
[InterfaceTypeAttribute()]
[GuidAttribute("55980BA0-35AA-11CF-B671-00AA004CD6D8")]
public interface IPointerInactive
The IPointerInactive type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetActivationPolicy | ||
OnInactiveMouseMove | ||
OnInactiveSetCursor |
Top