C1.Win.Input.Base Namespace / C1DropDownEditorBase Class / InternalWndProc Method

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

Parameters

m
See Also