Gets a collection of attribute name and value pairs for the RichListItem that are not directly supported by the class.

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

Syntax

C#
public AttributeCollection Attributes { get; }
Visual Basic
Public ReadOnly Property Attributes As AttributeCollection
	Get
Visual C++
public:
property AttributeCollection^ Attributes {
	AttributeCollection^ get ();
}

See Also