XYZPlotLayerContentsControllerAvailableItems_CanStartDrag Method |
Determines whether a drag operation can start for available data items.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool AvailableItems_CanStartDrag(
IEnumerable items
)
Parameters
- items IEnumerable
- The items that would participate in the drag operation.
Return Value
Booleantrue if the selected items can be dragged; otherwise,
false.
See Also