MobileForms Toolkit Documentation

ComboBoxEx.WindowProc Method 

Processes Windows messages.

protected virtual int WindowProc(
IntPtr hwnd,
int msg,
int wParam,
int lParam
);

Parameters

hwnd
Window handle.
msg
ID number of the message.
wParam
WParam of the message.
lParam
LParam of the message.

Return Value

The return value is the result of the message processing and depends on the message sent.

See Also

ComboBoxEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace