Skip to content

RichListItemCollection Class

Encapsulates a collection of RichListItem for use by the Cute Editor.

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

Syntax

C#
public class RichListItemCollection : CollectionBase
Visual Basic
Public Class RichListItemCollection _
	Inherits CollectionBase
Visual C++
public ref class RichListItemCollection : public CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    CuteEditor..::..RichListItemCollection
      CuteEditor..::..TreeListItemCollection

See Also