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

public List<NtDataObject>

GetSelectedDataObjects ( )

Returns a List<NtDataObject> object that contains the selected objects.

Return value:

List<NtDataObject>
Returns a List<NtDataObject> object that contains the selected objects. This list can be empty if no objects are currently selected. The return value is never null.

Parameters:

None.

Remarks:

None.

See also:

SelectDataObject( )
SelectDataObjects( )
UnselectAll( )