Click or drag to resize

PdfControlCollectionsGetFocused Method

Get the control that currently has input focus.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfControl GetFocused()

Return Value

PdfControl
The PdfControl that currently has input focus; or null.
See Also