Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetActivationPolicy | |
![]() |
OnInactiveMouseMove | |
![]() |
OnInactiveSetCursor |
Top