InternalWndProc Method (C1ComboBox)
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 As Message _
)
protected virtual void InternalWndProc(
ref Message
)
Parameters
- m
See Also