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 nothrow bool | Changed() const |
private void | Measure(Graphics& graphics) |
public void | MeasureExtent() |
protected override void | OnPaint(PaintEventArgs& args) |
protected override void | OnTextChanged() |
private inline nothrow void | ResetChanged() |
private inline nothrow void | SetChanged() |
public void | SetFont(const Font& font_) |
public void | SetFrameColor(const Color& frameColor) |
public void | 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 |