ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollableControl Class / WndProc Method

In This Topic
    WndProc Method (ScrollableControl)
    In This Topic
    This member overrides System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@).
    Syntax
    'Declaration
     
    Protected Overrides Sub WndProc( _
       ByRef m As System.Windows.Forms.Message _
    ) 
    protected override void WndProc( 
       ref System.Windows.Forms.Message m
    )

    Parameters

    m
    See Also