 | DropDownCheckListSelectedItems Property |
Gets the selected items.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic ListControlItem[] SelectedItems { get; }
Public ReadOnly Property SelectedItems As ListControlItem()
Get
public:
property array<ListControlItem^>^ SelectedItems {
array<ListControlItem^>^ get ();
}
Request Example
View SourceProperty Value
Type:
ListControlItemThe selected items.
See Also