Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / WndProc Method
Message.

In This Topic
    WndProc Method (C1Editor)
    In This Topic
    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
    Message.
    See Also