Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void WndProc(ref Message)

  • 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 MessagemA Windows Message object.