Click or drag to resize

IIntegerAndComboBoxView Interface

View interface for a controller that combines an integer editor with a combo box.

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

The IIntegerAndComboBoxView type exposes the following members.

Methods
 NameDescription
Public methodComboBox_Initialize Initializes the combo box with the available items.
Public methodComboBoxLabel_Initialize Initializes the label for the combo box.
Public methodIntegerEdit_Initialize Initializes the integer editor.
Public methodIntegerLabel_Initialize Initializes the label for the integer editor.
Top
Events
 NameDescription
Public eventComboBoxSelectionChanged Occurs when the combo box selection changes.
Public eventIntegerSelectionChanged Occurs when the integer selection changes.
Top
See Also