Version

InterceptedMessages Property

Gets or sets which messages the UltraZoomPanel intercepts, before they reach its child controls.
Syntax
'Declaration
 
Public Property InterceptedMessages As ZoomPanelMessages
public ZoomPanelMessages InterceptedMessages {get; set;}
Remarks
Normally, the control that will receive the OS messages will be either the focused control or, if a setting in Windows 10 is turned on, the top most control hovered by the mouse. Since the UltraZoomPanel is a container control, sometimes it could be difficult, or even impossible, to make it the control that receives the messages, since its child controls, will obscure it. This property allows the panel to intercept certain messages, which would normally go to its child control and handle them as if they we directed to the panel itself.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also