- Declared in: RT.Util.Controls.TextBoxAutoHeight
- Overrides: Control.WndProc(ref Message)
Declaration
protected override void WndProc(
ref Message m
)
Summary
Overrides the base class's WndProc message to capture mouse-wheel messages and pass them on to the GUI parent instead.
Parameters
ref Message | m | A Windows Message object. |