BCGControlBar Library for .NET
TabIndex Property




Syntax
'Declaration
 
Public Property TabIndex As Integer
'Usage
 
Dim instance As NewTabClickedEventArgs
Dim value As Integer
 
instance.TabIndex = value
 
value = instance.TabIndex
public int TabIndex {get; set;}
public: __property int get_TabIndex();
public: __property void set_TabIndex( 
   int value
);
public:
property int TabIndex {
   int get();
   void set (    int value);
}
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

NewTabClickedEventArgs Class
NewTabClickedEventArgs Members

Send Feedback