Table of Contents

Class ListControlBuilderBase

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Provides an abstract base class for interfacing with combo box and list box controls.

public abstract class ListControlBuilderBase : ControlBuilderBase<string>, IExpressionBuilder, INamedElement
Inheritance
ListControlBuilderBase
Implements
Derived
Inherited Members

Properties

Items

Gets the collection of items contained in the list control.

SelectedItem

Gets or sets the currently selected item in the list control.

Methods

Generate()

Generates an observable sequence of values containing the currently selected item in the list control whenever the selection changes.