Show / Hide Table of Contents

Method osdText.WndProc


Overload

Called when the OSD window receives a message. If your derived class overrides this function, it must call base.WndProc and return its return value, except when don't need default processing.

protected override nint WndProc(wnd w, int message, nint wParam, nint lParam)
Parameters
w  (wnd)
message  (int)
wParam  (nint)
lParam  (nint)
Returns
nint
Overrides
OsdWindow.WndProc(wnd, int, nint, nint)