ICustomEditorView.SelectedItems property
Namespace: NextDesign.Desktop.CustomUI
Description
Gets the enumeration of the elements selected in the editor. If no element is selected, implement it to return an empty enumeration.
IEnumerable <object\> SelectedItems {get;}
type
- IEnumerable <object>