ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1TextBoxBase Class / InternalWndProc Method

In This Topic
    InternalWndProc Method (C1TextBoxBase)
    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