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 void | AddChild(Control* child) |
public inline nothrow RadioButton* | CheckedRadioButton() const |
public nothrow const Container& | Children() const |
internal override nothrow Control* | GetFirstEnabledTabStopControl() const |
internal override nothrow Control* | GetLastEnabledTabStopControl() const |
public void | InsertChildAfter(Control* child, Control* after) |
public void | InsertChildBefore(Control* child, Control* before) |
protected override void | OnChildGotFocus(ControlEventArgs& args) |
protected override void | OnChildLostFocus(ControlEventArgs& args) |
protected override void | OnControlAdded(ControlEventArgs& args) |
protected override void | OnControlRemoved(ControlEventArgs& args) |
protected override void | OnCreated() |
public UniquePtr<Control> | RemoveChild(Control* child) |
internal inline nothrow void | ResetCheckedRadioButton() |
public void | SetCheckedRadioButton(RadioButton* radioButton) |
private RadioButton* | checkedRadioButton |
private Container | children |