| 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 bool | Changed() const |
| protected override Padding | DefaultPadding() const |
| private Result<bool> | DrawItems(Graphics& graphics) |
| private Result<bool> | DrawTopLine(Graphics& graphics) |
| private Result<bool> | Measure(Graphics& graphics) |
| protected override Result<bool> | OnPaint(PaintEventArgs& args) |
| public inline const Color& | RaisedBorderInnerRightBottomColor() const |
| internal inline const Pen& | RaisedBorderInnerRightBottomPen() const |
| public inline const Color& | RaisedBorderInnerTopLeftColor() const |
| internal inline const Pen& | RaisedBorderInnerTopLeftPen() const |
| public inline const Color& | RaisedBorderOuterRightBottomColor() const |
| internal inline const Pen& | RaisedBorderOuterRightBottomPen() const |
| public inline const Color& | RaisedBorderOuterTopLeftColor() const |
| internal inline const Pen& | RaisedBorderOuterTopLeftPen() const |
| private inline void | ResetChanged() |
| public inline 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 const Color& | SunkenBorderInnerRightBottomColor() const |
| internal inline const Pen& | SunkenBorderInnerRightBottomPen() const |
| public inline const Color& | SunkenBorderInnerTopLeftColor() const |
| internal inline const Pen& | SunkenBorderInnerTopLeftPen() const |
| public inline const Color& | SunkenBorderOuterRightBottomColor() const |
| internal inline const Pen& | SunkenBorderOuterRightBottomPen() const |
| public inline const Color& | SunkenBorderOuterTopLeftColor() const |
| internal inline const Pen& | SunkenBorderOuterTopLeftPen() const |
| internal inline const Brush& | TextBrush() const |
| public inline const Color& | TextColor() const |
| internal inline const Font& | TextFont() const |
| public inline const Color& | TopLineColor() const |
| internal inline 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 |