Table of Contents

Class ContainerControl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Base class for all container controls.

public class ContainerControl : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
Inheritance
ContainerControl
Implements
Derived

Methods

AddButton(string, Action?)

Creates new Button and adds it to the Children.

AddButtons(params (string, Action?)[])

Adds multiple buttons.

AddCheckBox(string, Action?)

Creates new CheckBox and adds it to the Children.

AddGroupBox(string?)

Creates new GroupBox and adds it to the Children.

AddHorizontalGroupBox(string?)

Creates new GroupBox with horizontal layout and adds it to the Children.

AddHorizontalStackPanel()

Creates new HorizontalStackPanel and adds it to the Children.

AddLabel(string)

Creates new Label and adds it to the Children.

AddLabels(params string[])

Adds multiple labels.

AddStackPanel(bool)

Creates new StackPanel and adds it to the Children.

AddTabControl()

Creates new TabControl and adds it to the Children.

AddVerticalGroupBox(string?)

Creates new GroupBox with vertical layout and adds it to the Children.

AddVerticalStackPanel()

Creates new VerticalStackPanel and adds it to the Children.