Version

WindowDragging Field

Event fired when the user drags the zoom window. 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 WindowDragging As System.String
public const System.string WindowDragging
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