ThemedControlHandlerTControl, TWidget, TCallbackMouseControl Property |
Gets the control used to attach mouse events
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual Control MouseControl { get; }
Protected Overridable ReadOnly Property MouseControl As Control
Get
abstract MouseControl : Control with get
override MouseControl : Control with get
Property Value
Type:
ControlThe mouse control.
See Also