Click or drag to resize

MultiChoiceList Class

Document class for the MultiChoiceController.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.CommonMultiChoiceList

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class MultiChoiceList

The MultiChoiceList type exposes the following members.

Constructors
 NameDescription
Public methodMultiChoiceList Constructs an empty list with no items and no column names.
Top
Properties
 NameDescription
Public propertyColumnNameListList of column names. The number of names must match the number of subitems in the list items.
Public propertyColumnNamesSet the list of column names (can be used in the initializer of this object).
Public propertyDescriptionThe description text shown above the list of items.
Public propertyListList of items. Has to be filled before showing the control.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also