PDFView4NET WinForms Edition
FieldWidget Property (FieldValidateEventArgs)




O2S.Components.PDFView4NET Namespace > FieldValidateEventArgs Class : FieldWidget Property
Gets the field widget that has been clicked.
Syntax
'Declaration
 
Public ReadOnly Property FieldWidget As PDFFieldWidget
'Usage
 
Dim instance As FieldValidateEventArgs
Dim value As PDFFieldWidget
 
value = instance.FieldWidget
public PDFFieldWidget FieldWidget {get;}
public: __property PDFFieldWidget* get_FieldWidget();
public:
property PDFFieldWidget^ FieldWidget {
   PDFFieldWidget^ get();
}

Property Value

The field widget that has been clicked.
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

FieldValidateEventArgs Class
FieldValidateEventArgs Members