RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPanningWindow.GetIsPanning Method

Returns whether or not the mouse is actively panning.

Pascal
function GetIsPanning: Boolean; virtual; abstract;
C++
virtual __fastcall Boolean GetIsPanning() = 0;

This method brings back a boolean value. True means that the mouse is actively panning; False indicates that no panning is occurring. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!