PDFView4NET WinForms Edition


Focus Property
Gets or sets the action that is executed when the field widget receives focus.
Syntax
'Declaration
 
Public Property Focus As PDFAction
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFAction
 
instance.Focus = value
 
value = instance.Focus
public PDFAction Focus {get; set;}

Property Value

The action to be executed when the field widget receives focus.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also