Gets or sets currently selected item in the rich drop-down menu

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

Syntax

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

See Also