Click or drag to resize

ISingleChoiceView Interface

This interface must be implemented by controls that allow to choose a single selection out of multiple values.

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

The ISingleChoiceView type exposes the following members.

Properties
 NameDescription
Public propertyController Sets the controller.
Top
Methods
 NameDescription
Public methodInitializeChoice Initializes the choices and the initial selection.
Public methodInitializeDescription Initializes a descriptive text.
Top
See Also