The interactor that currently has the input focus. If this property is null, no interactor has the focus.

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

Syntax

C#
public WinFormsInteractor FocusInteractor { get; set; }
Visual Basic
Public Property FocusInteractor As WinFormsInteractor
	Get
	Set

Implements

IViewer..::..FocusInteractor

See Also