 | TaskListViewSelectedIndex Property |
Gets or sets the zero-based index of the currently selected item in a
TaskListView.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic int SelectedIndex { get; set; }
Public Property SelectedIndex As Integer
Get
Set
public:
property int SelectedIndex {
int get ();
void set (int value);
}
Request Example
View SourceProperty Value
Type:
Int32
A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected.
See Also