A specialized IGraphSelection implementation that wraps an existing IGraphSelection and an existing IStripeSelection and synchronizes their state.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class CompositeStripeSelection : IGraphSelection, 
	ISelectionModel<IModelItem>, IEnumerable<IModelItem>, IEnumerable, 
	IDisposable
Visual Basic
Public Class CompositeStripeSelection _
	Implements IGraphSelection, ISelectionModel(Of IModelItem),  _
	IEnumerable(Of IModelItem), IEnumerable, IDisposable

Remarks

An instance of this class is returned by GraphSelection if a TableEditorInputMode is installed as a child mode and its SynchronizeWithGraphSelection property is trueTruetruetrue (True in Visual Basic).

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..CompositeStripeSelection

See Also