NtTimeChartControl.GetSelectedDataObjects Method
One or more data objects can be in the state 'selected'. For example users can hold the Ctrl-Key and click objects with the mouse to perform a multiple selection. Then they can take actions affecting the
selected objects like dragging them horizontally along the time axis or call a menu item that deletes the selected objects and so on.
Call this method to retrieve a list of the currently selected NtDataObjects.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
|
|
Returns a List<NtDataObject> object that contains the selected objects. |
Return value:
Parameters:
None.
Remarks:
None.
See also:
