DMBrowser.MouseWheel Method

Definition

Supports RIA monitoring. Simulates the mouse wheel event.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public virtual void MouseWheel(int delta)
public virtual void MouseWheel(int delta)
public virtual void MouseWheel(int delta)

Parameters

 delta  int

The delta parameter represents the distance in pixels.

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab0.MouseWheel (120);
tab0.MouseWheel (120);
tab0.MouseWheel (120);