Invoked when the mouse was moved inside the text field.
Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.WidgetsAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override void OnMouseMove( MouseEventArgs args ) |
| Visual Basic |
|---|
Protected Overrides Sub OnMouseMove ( _ args As MouseEventArgs _ ) |
Parameters
- args
- Type: TallComponents.Interaction.WinForms.Events..::..MouseEventArgs
The mouse event.
Remarks
This method will extend the current selection if the left mouse button is
down.