ICustomEditorView.SelectedItems property
Namespace: NextDesign.Desktop.CustomUI
Description
Gets an enumeration of selected elements in the editor.
If there are no selected elements, your implementation should return an empty enumeration.
IEnumerable<object> SelectedItems { get; }
Type
- IEnumerable<object>