Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public RTFTreeNode this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As RTFTreeNode
	Get
	Set
Visual C++
public:
property RTFTreeNode^ default[int index] {
	RTFTreeNode^ get (int index);
	void set (int index, RTFTreeNode^ value);
}

Parameters

index
Type: System..::..Int32

See Also