Class ContainerControl
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
- AddButtons(params (string, Action?)[])
Adds multiple buttons.
- AddHorizontalGroupBox(string?)
Creates new GroupBox with horizontal layout and adds it to the Children.
- AddHorizontalStackPanel()
Creates new HorizontalStackPanel 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.