| public | GroupBox(GroupBoxCreateParams& createParams) |
| public | GroupBox(const Color& backgroundColor, const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors) |
| public | GroupBox(const String<char>& text, const Point& location, const Size& size, Dock dock, Anchors anchors) |
| public Result<bool> | AddChild(Control* child) |
| public inline RadioButton* | CheckedRadioButton() const |
| public const ComponentContainer& | Children() const |
| internal override Control* | GetFirstEnabledTabStopControl() const |
| internal override Control* | GetLastEnabledTabStopControl() const |
| public Result<bool> | InsertChildAfter(Control* child, Control* after) |
| public Result<bool> | InsertChildBefore(Control* child, Control* before) |
| protected override Result<bool> | OnChildGotFocus(ControlEventArgs& args) |
| protected override Result<bool> | OnChildLostFocus(ControlEventArgs& args) |
| protected override Result<bool> | OnControlAdded(ControlEventArgs& args) |
| protected override Result<bool> | OnControlRemoved(ControlEventArgs& args) |
| protected override Result<bool> | OnCreated() |
| public Result<UniquePtr<Control>> | RemoveChild(Control* child) |
| internal inline void | ResetCheckedRadioButton() |
| public void | SetCheckedRadioButton(RadioButton* radioButton) |
| private RadioButton* | checkedRadioButton |
| private ComponentContainer | children |