Determines behavior for mouse wheel action.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Enumeration MouseWheelMode
C#
public enum MouseWheelMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No action is performed.
Supported by the .NET Compact FrameworkScrollGui
Scrolls terminal GUI. If Shift is pressed, send scroll info to server instead.
Supported by the .NET Compact FrameworkSendToServer
Sends scroll info to server. If Shift is pressed, scroll terminal GUI instead.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also