PDFView4NET WinForms Edition
Blur Property




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : Blur Property
Gets or sets the action that is executed when the field widget loses focus.
Syntax
'Declaration
 
Public Property Blur As PDFAction
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFAction
 
instance.Blur = value
 
value = instance.Blur
public PDFAction Blur {get; set;}
public: __property PDFAction* get_Blur();
public: __property void set_Blur( 
   PDFAction* value
);
public:
property PDFAction^ Blur {
   PDFAction^ get();
   void set (    PDFAction^ value);
}

Property Value

The action to be executed when the field widget loses 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