Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1TextBox Class / InternalWndProc Method

In This Topic
    InternalWndProc Method (C1TextBox)
    In This Topic
    The edits window procedure of internal text editor. Inheriting classes can override this to add extra functionality, but should not forget to call base.InternalWndProc(m); to ensure the combo continues to function properly.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InternalWndProc( _
       ByRef m As Message _
    ) 
    protected virtual void InternalWndProc( 
       ref Message m
    )

    Parameters

    m
    See Also