Gets or sets currently selected item in the rich drop-down menu
Namespace: CuteEditorAssembly: 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 (); } |