InternalWndProc Method (C1DropDownEditorBase)
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.
protected virtual void InternalWndProc(
ref Message
)
'Declaration
Protected Overridable Sub InternalWndProc( _
ByRef As Message _
)
Parameters
- m