Invoked after the interactor got the focus. This override will move the cursor to the location of the mouse, if the focus event was caused by a mouse click.

Namespace: TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
protected override void OnGotFocus(
	EventArgs args
)
Visual Basic
Protected Overrides Sub OnGotFocus ( _
	args As EventArgs _
)

Parameters

args
Type: System..::..EventArgs

[Missing <param name="args"/> documentation for "M:TallComponents.Interaction.WinForms.Interactors.Annotations.Widgets.TextBoxInteractor.OnGotFocus(System.EventArgs)"]

See Also