Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public TreeListItem this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As TreeListItem Get |
Visual C++ |
---|
public: property TreeListItem^ default[int index] { TreeListItem^ get (int index); } |
Parameters
- index
- Type: System..::..Int32