Gets the collection of items in the RichDropDownList control.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public RichListItemCollection Items { get; } |
Visual Basic |
---|
Public ReadOnly Property Items As RichListItemCollection Get |
Visual C++ |
---|
public: property RichListItemCollection^ Items { RichListItemCollection^ get (); } |