InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / XView Class / HandleScrollMessage Method

In This Topic
    HandleScrollMessage Method (XView)
    In This Topic
    Handles scroll messages.
    Syntax
    'Declaration
     
    Protected Overridable Sub HandleScrollMessage( _
       ByVal m As Message _
    ) 
    protected virtual void HandleScrollMessage( 
       Message m
    )

    Parameters

    m
    See Also