public | StatusBar() |
public | StatusBar(const Font& font_, const Color& backgroundColor, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public void | AddItem(StatusBarItem* statusBarItem) |
private inline nothrow bool | Changed() const |
protected override nothrow Padding | DefaultPadding() const |
private void | DrawItems(Graphics& graphics) |
private void | DrawTopLine(Graphics& graphics) |
private void | Measure(Graphics& graphics) |
protected override void | OnPaint(PaintEventArgs& args) |
public inline nothrow const Color& | RaisedBorderInnerRightBottomColor() const |
internal inline nothrow const Pen& | RaisedBorderInnerRightBottomPen() const |
public inline nothrow const Color& | RaisedBorderInnerTopLeftColor() const |
internal inline nothrow const Pen& | RaisedBorderInnerTopLeftPen() const |
public inline nothrow const Color& | RaisedBorderOuterRightBottomColor() const |
internal inline nothrow const Pen& | RaisedBorderOuterRightBottomPen() const |
public inline nothrow const Color& | RaisedBorderOuterTopLeftColor() const |
internal inline nothrow const Pen& | RaisedBorderOuterTopLeftPen() const |
private inline nothrow void | ResetChanged() |
internal inline nothrow void | SetChanged() |
public void | SetRaisedBorderInnerRightBottomColor(const Color& raisedBorderInnerRightBottomColor_) |
public void | SetRaisedBorderInnerTopLeftColor(const Color& raisedBorderInnerTopLeftColor_) |
public void | SetRaisedBorderOuterTopLeftColor(const Color& raisedBorderOuterTopLeftColor_) |
public void | SetRaisedBorderRightBottomColor(const Color& raisedBorderOuterRightBottomColor_) |
public void | SetSunkenBorderInnerRightBottomColor(const Color& sunkenBorderInnerRightBottomColor_) |
public void | SetSunkenBorderInnerTopLeftColor(const Color& sunkenBorderInnerTopLeftColor_) |
public void | SetSunkenBorderOuterRightBottomColor(const Color& sunkenBorderOuterRightBottomColor_) |
public void | SetSunkenBorderOuterTopLeftColor(const Color& sunkenBorderOuterTopLeftColor_) |
public void | SetTextColor(const Color& textColor_) |
public void | SetTopLineColor(const Color& topLineColor_) |
public inline nothrow const Color& | SunkenBorderInnerRightBottomColor() const |
internal inline nothrow const Pen& | SunkenBorderInnerRightBottomPen() const |
public inline nothrow const Color& | SunkenBorderInnerTopLeftColor() const |
internal inline nothrow const Pen& | SunkenBorderInnerTopLeftPen() const |
public inline nothrow const Color& | SunkenBorderOuterRightBottomColor() const |
internal inline nothrow const Pen& | SunkenBorderOuterRightBottomPen() const |
public inline nothrow const Color& | SunkenBorderOuterTopLeftColor() const |
internal inline nothrow const Pen& | SunkenBorderOuterTopLeftPen() const |
internal inline nothrow const Brush& | TextBrush() const |
public inline nothrow const Color& | TextColor() const |
internal inline nothrow const Font& | TextFont() const |
public inline nothrow const Color& | TopLineColor() const |
internal inline nothrow const Pen& | TopLinePen() const |
private enum | Flags |
private const int | initialHeight = 20 |
private const int | topLineWidth = 1 |
private Flags | flags |
private Font | font |
private Color | raisedBorderInnerRightBottomColor |
private Pen | raisedBorderInnerRightBottomPen |
private Color | raisedBorderInnerTopLeftColor |
private Pen | raisedBorderInnerTopLeftPen |
private Color | raisedBorderOuterRightBottomColor |
private Pen | raisedBorderOuterRightBottomPen |
private Color | raisedBorderOuterTopLeftColor |
private Pen | raisedBorderOuterTopLeftPen |
private List<UniquePtr<StatusBarItem>> | statusBarItems |
private StringFormat | stringFormat |
private Color | sunkenBorderInnerRightBottomColor |
private Pen | sunkenBorderInnerRightBottomPen |
private Color | sunkenBorderInnerTopLeftColor |
private Pen | sunkenBorderInnerTopLeftPen |
private Color | sunkenBorderOuterRightBottomColor |
private Pen | sunkenBorderOuterRightBottomPen |
private Color | sunkenBorderOuterTopLeftColor |
private Pen | sunkenBorderOuterTopLeftPen |
private SolidBrush | textBrush |
private Color | textColor |
private Color | topLineColor |
private Pen | topLinePen |