Gets or sets the GwxDisplayTab object at the specified index.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public GwxDisplayTab this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As GwxDisplayTab Get Set |
JScript |
---|
|
Parameters
- index
- Type: System..::..Int32
The zero-based index of the GwxDisplayTab object to get or set.