PPCC Namespace
Returns the object at the specified index
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public ColorTabPage this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As ColorTabPage |
| Visual C++ |
|---|
public: property ColorTabPage^ default[int index] { ColorTabPage^ get (int index); void set (int index, ColorTabPage^ value); } |
Parameters
- index
- Type: System..::.Int32
Index of the ColorTabPage to return