 | PdfControlCollectionsGetFocused Method |
Get the control that currently has input focus.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfControl GetFocused()
Public Function GetFocused As PdfControl
public:
PdfControl^ GetFocused()
member GetFocused : unit -> PdfControl
public PdfControl GetFocused()
Return Value
PdfControlThe
PdfControl that currently has input focus; or null.
See Also