Version

WindowResized Field

Event fired after the user resizes the zoom window with the window's handles. Function takes arguments evt and ui. Use ui.zoomWindow.left to get the current zoom window left position as a fraction of the absolute width of the target. Use ui.zoomWindow.width to get the current zoom window width as a fraction of the absolute width of the target. Use ui.owner to get reference to igZoombar.
Syntax
'Declaration
 
Public Const WindowResized As System.String
public const System.string WindowResized
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

View on GitHub