xtd
0.2.0
Loading...
Searching...
No Matches
◆
wnd_proc()
void xtd::forms::form::wnd_proc
(
message
&
m
)
override
protected
virtual
Processes Windows messages.
Parameters
m
The Windows Message to process.
Remarks
All messages are sent to the wnd_proc method after getting filtered through the pre_process_message method.
Notes to Inheritors
Inheriting controls should call the base class's
wnd_proc(message&)
method to process any messages that they do not handle.
Reimplemented from
xtd::forms::control
.
xtd
forms
form
Generated on Sat Sep 7 2024 06:18:39 for xtd by
Gammasoft
. All rights reserved.