public | PaddedControl(Control* child) |
public | PaddedControl(Control* child_, const Padding& padding_, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public | PaddedControl(PaddedControlCreateParams& createParams) |
public override nothrow Padding | DefaultPadding() const |
internal override nothrow Control* | GetFirstEnabledTabStopControl() const |
internal override nothrow Control* | GetLastEnabledTabStopControl() const |
protected override nothrow bool | IsDecoratorControl() const |
protected override void | OnChildContentChanged(ControlEventArgs& args) |
protected override void | OnChildContentLocationChanged(ControlEventArgs& args) |
protected override void | OnChildContentSizeChanged(ControlEventArgs& args) |
protected override void | OnChildGotFocus(ControlEventArgs& args) |
protected override void | OnChildLostFocus(ControlEventArgs& args) |
protected override void | OnLocationChanged() |
protected override void | OnPaint(PaintEventArgs& args) |
protected override void | OnSizeChanged(uint windowState) |
private void | SetChildPos() |
private Control* | child |
private Container | container |
private Padding | padding |