PDFView4NET WinForms Edition
Focus Property




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : 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;}
public: __property PDFAction* get_Focus();
public: __property void set_Focus( 
   PDFAction* value
);
public:
property PDFAction^ Focus {
   PDFAction^ get();
   void set (    PDFAction^ value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFieldWidget Class
PDFFieldWidget Members