Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIPanel Class / OnWmScroll Method


In This Topic
    OnWmScroll Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnWmScroll( _
       ByRef m As System.Windows.Forms.Message, _
       ByVal si As NScrollInfo _
    ) 
    'Usage
     
    
    Dim instance As NUIPanel
    Dim m As System.Windows.Forms.Message
    Dim si As NScrollInfo
     
    instance.OnWmScroll(m, si)
    protected virtual void OnWmScroll( 
       ref System.Windows.Forms.Message m,
       NScrollInfo si
    )

    Parameters

    m
    si
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also