InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / EndPanningFeedback Method

In This Topic
    EndPanningFeedback Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function EndPanningFeedback( _
       ByVal hWnd As IntPtr, _
       ByVal fAnimateBack As Boolean _
    ) As Boolean
    public static bool EndPanningFeedback( 
       IntPtr hWnd,
       bool fAnimateBack
    )

    Parameters

    hWnd
    fAnimateBack
    See Also