| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Tab Class : MouseWheel Method |
Type: System.Int32
The x coordinate inside tab's area for rise mouse wheel event.
Type: System.Int32
The y coordinate inside tab's area for rise mouse wheel event.
Type: System.Double
The size of step in pixel along the x axis.
Type: System.Double
The size of step in pixel along the y axis.
Type: System.Boolean
true if necessary to consider scroll position of the browser; otherwise false. Default value is false.
Type: System.Int32
The x coordinate inside tab's area for rise mouse wheel event.
Type: System.Int32
The y coordinate inside tab's area for rise mouse wheel event.
Type: System.Double
The size of step in pixel along the x axis.
Type: System.Double
The size of step in pixel along the y axis.
Type: System.Boolean
true if necessary to consider scroll position of the browser; otherwise false. Default value is false.
// perform mouse wheel instance.ActiveTab.MouseWheel(100, 200, 0, 100, false);
// perform mouse wheel $instance->ActiveTab->MouseWheel(100, 200, 0, 100, false);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
Tab Class
Tab Members
DragDrop Method
MouseMove Method
MouseClick Method