Table of Contents

Class LinearMultiSelector

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Convenience non-generic LinearMultiSelector<T> closed over string. Allows designer scenarios (e.g. AllViewsTester) and reflection-based instantiation to discover and create the view without supplying a type argument.

public class LinearMultiSelector : LinearMultiSelector<string>, IDisposable, ISupportInitializeNotification, ISupportInitialize, IOrientation, IValue<IReadOnlyList<string>>, IValue, IDesignable
Inheritance
LinearMultiSelector
Implements
Inherited Members
Extension Methods

Remarks

To work with non-string option types, use LinearMultiSelector<T> directly.

Constructors

LinearMultiSelector()

Initializes a new instance of LinearMultiSelector.

LinearMultiSelector(List<string>?, Orientation)

Initializes a new instance of LinearMultiSelector.