Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.getNativeMouseWheelSupport

Determines whether the operating system natively supports a mouse wheel.

Syntax

public static final boolean getNativeMouseWheelSupport()

Return Value

Returns true if the system natively supports the mouse wheel; otherwise, returns false.

Remarks

Mouse wheel operations that occur through a com.ms.wfc.ui.Control object work even if the system does not natively provide support for a mouse wheel.

See Also getMouseWheelPresent, getMouseWheelScrollLines