Table of Contents

Class ControlBuilderBase

Namespace
Bonsai.Gui
Assembly
Bonsai.Gui.dll

Provides an abstract base class for common UI control functionality.

public abstract class ControlBuilderBase : ZeroArgumentExpressionBuilder, IExpressionBuilder, INamedElement
Inheritance
ControlBuilderBase
Implements
Derived
Inherited Members

Properties

Enabled

Gets or sets a value specifying whether the control can respond to user interaction.

Font

Gets or sets the font of the text displayed by the control.

Name

Gets or sets the name of the control.

Visible

Gets or sets a value specifying whether the control and all its child controls are displayed.

Methods

Build(IEnumerable<Expression>)

Builds the expression tree for configuring and calling the UI control.