Visit Gigasoft's Web Site
 ProEssentials v11 Help

PEP_bPROCESSINGMOUSEMOVE

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Boolean/Int32

Default

FALSE

JS / .NET

PeUserInterface.Cursor.ProcessingMouseMove

OCX / VCL

ProcessingMouseMove

DLL

PEP_bPROCESSINGMOUSEMOVE

 

Purpose

This read-only property is generally read within a MouseDown / ButtonDown event to learn if any ProEssentals based logic is also processing the mouse move event. If read TRUE, don't allow your logic to continue with mouse down related logic. For example, within a MouseDown event you may want to add an annotation. If user happens to be zooming or sizing an axis, this property will notifiy you of such a case.

 

Comments

PeUserInterface.Cursor.ProcessingMouseMove members of Pego.PeUserInterface.Cursor, Pesgo.PeUserInterface.Cursor, Pepso.PeUserInterface.Cursor, Pe3do.PeUserInterface.Cursor, Pepco.PeUserInterface.Cursor

 

In an SDK implementation, the developer will retrieve this property with PEnget in response to a PEWN_CLICK notification message.