| public | ToolTip() |
| public | ToolTip(ToolTipCreateParams& createParams) |
| public | ToolTip(const Color& backgroundColor) |
| public | ToolTip(const Color& backgroundColor, const Color& textColor, const Color& frameColor, const String<char>& text_, const Point& location_, const Font& font_) |
| private inline bool | Changed() const |
| private Result<bool> | Measure(Graphics& graphics) |
| public Result<bool> | MeasureExtent() |
| protected override Result<bool> | OnPaint(PaintEventArgs& args) |
| protected override Result<bool> | OnTextChanged() |
| private inline void | ResetChanged() |
| private inline void | SetChanged() |
| public Result<bool> | SetFont(const Font& font_) |
| public Result<bool> | SetFrameColor(const Color& frameColor) |
| public Result<bool> | SetTextColor(const Color& textColor) |
| private enum | Flags |
| private Flags | flags |
| private Font | font |
| private StringFormat | format |
| private Pen | framePen |
| private List<String<char>> | lines |
| private SolidBrush | textBrush |
| private int | textHeight |