BCGSuite for MFC
BOOL CBCGPGestureManager::EndPanningFeedback ( HWND  hwnd,
BOOL  fAnimateBack = TRUE 
)

Ends panning feedback.

Parameters
hwndA handle to the window to end boundary feedback on.
fAnimateBackIndicates whether the window positioning reset should incorporate a smooth animation.
Returns
TRUE if it succeeds, FALSE if it fails.

Usually you don't have to call this method directly - it's used internally by CBCGPGestureBase::ProcessGestureEvent method