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

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("55980BA0-35AA-11CF-B671-00AA004CD6D8")> _
Public Interface IPointerInactive
[InterfaceTypeAttribute()]
[GuidAttribute("55980BA0-35AA-11CF-B671-00AA004CD6D8")]
public interface IPointerInactive
[InterfaceTypeAttribute()]
[GuidAttribute(L"55980BA0-35AA-11CF-B671-00AA004CD6D8")]
public interface class IPointerInactive
[<InterfaceTypeAttribute()>]
[<GuidAttribute("55980BA0-35AA-11CF-B671-00AA004CD6D8")>]
type IPointerInactive =  interface end
public interface IPointerInactive

The IPointerInactive type exposes the following members.

Methods

  Name Description
Public method GetActivationPolicy
Public method OnInactiveMouseMove
Public method OnInactiveSetCursor

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace