IPointerInactive Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables an inactive object to receive mouse and keyboard messages. For more information, see IPointerInactive.
public interface class IPointerInactive
public interface class IPointerInactive
__interface IPointerInactive
[System.Runtime.InteropServices.Guid("55980BA0-35AA-11CF-B671-00AA004CD6D8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPointerInactive
[System.Runtime.InteropServices.Guid("55980BA0-35AA-11CF-B671-00AA004CD6D8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPointerInactive
[<System.Runtime.InteropServices.Guid("55980BA0-35AA-11CF-B671-00AA004CD6D8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPointerInactive = interface
[<System.Runtime.InteropServices.Guid("55980BA0-35AA-11CF-B671-00AA004CD6D8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPointerInactive = interface
Public Interface IPointerInactive
- Attributes
Methods
GetActivationPolicy(UInt32) | |
OnInactiveMouseMove(RECT[], Int32, Int32, UInt32) | |
OnInactiveSetCursor(RECT[], Int32, Int32, UInt32, Int32) |