Class ContainerControl
Base class for all container controls.
public class ContainerControl : HiddenBorder, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo
- Inheritance
-
ContainerControl
- Implements
- Derived
Constructors
- ContainerControl()
Initializes a new instance of the ContainerControl class.
- ContainerControl(Control)
Initializes a new instance of the ContainerControl class.
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.
- CreateHandler()
Creates a handler for the control.