appevents MouseDragImediate property
Return to Introduction  Previous page  Next page
Applies to
acAppEvents component.  

Declaration
property MouseDragImediate: Boolean;  

Description
Use MouseDragImmediate to determine whether clicking the left mouse button starts a drag event immediately. If MouseDragImmediate is False, then drag events are delayed until the mouse cursor is moved the number of pixels specfied in the MouseDragTheshold property.  

Note

This property available only in Delphi 3 / C++ Builder 3 and higher.  

See also
MouseDragThreshold property.