Visit Gigasoft's Web Site
ProEssentials v6 Help

MouseWheelFunction

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PEMWF_VERT_SCROLL

.NET

PeUserInterface.Scrollbar.MouseWheelFunction

Ocx|Vcl

MouseWheelFunction

DLL

PEP_nMOUSEWHEELFUNCTION

 

Purpose

This property controls the functionality of the mouse wheel.

 

.NET Gigasoft.Enums.

ActiveX and

 

MenuControl.

DLL Constants

Description

VerticalScroll

PEMWF_VERT_SCROLL (0)

Vertical Scroll

HorizontalScroll

PEMWF_HORZ_SCROLL (1)

Horizontal Scroll

Disabled

PEMWF_NO_SCROLL (2)

Disables mouse wheel action

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eMouseWheelFunction = (xMouseWheelVertScroll, xMouseWheelHorzScroll, xMouseWheelDisabled);

 

Comments

PeUserInterface.Scrollbar.MouseWheelFunction members of Pego.PeUserInterface.Scrollbar, Pesgo.PeUserInterface.Scrollbar, Pe3do.PeUserInterface.Scrollbar, Pepso.PeUserInterface.Scrollbar, Pepco.PeUserInterface.Scrollbar

 

See Also: AllowUserInterface