This property is not meaningful for this control.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public int TabIndex { get; set; } |
Visual Basic |
---|
Public Property TabIndex As Integer Get Set |
Visual C++ |
---|
public: property int TabIndex { int get (); void set (int value); } |
F# |
---|
member TabIndex : int with get, set |