Table of Contents

Class TextBoxBuilder

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Represents an operator that interfaces with a text box control and generates a sequence of notifications whenever the text changes.

[TypeVisualizer(typeof(TextBoxVisualizer))]
public class TextBoxBuilder : TextControlBuilderBase<string>, IExpressionBuilder, INamedElement
Inheritance
TextBoxBuilder
Implements
Inherited Members

Properties

Multiline

Gets or sets a value specifying whether the text box is multiline.

Methods

Generate()

Generates an observable sequence of values containing the contents of the text box whenever the text changes.