PDFView4NET WinForms Edition
TabOrder Property




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : TabOrder Property
Gets or sets the widget's tab order.
Syntax
'Declaration
 
Public Property TabOrder As Integer
'Usage
 
Dim instance As PDFFieldWidget
Dim value As Integer
 
instance.TabOrder = value
 
value = instance.TabOrder
public int TabOrder {get; set;}
public: __property int get_TabOrder();
public: __property void set_TabOrder( 
   int value
);
public:
property int TabOrder {
   int get();
   void set (    int value);
}

Property Value

The position of the widget that defines the navigation between the fields using TAB key.
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