TaskListViewGetItemAt Method
Retrieves the item at the specified location.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public Task GetItemAt(
int x,
int y
)
- x Int32
- The x-coordinate of the location to search for an item (expressed in client coordinates).
- y Int32
- The y-coordinate of the location to search for an item (expressed in client coordinates).
TaskA
Task that represents the item at the specified position. If there is no item at the specified location, the method returns
null.