StiHtmlToolTip Class
Namespace: Stimulsoft.Dashboard.Viewer.Controls
Inheritance
Inherits from: ToolTip
Constructors
| Constructor | Description |
|---|---|
| StiHtmlToolTip() |
StiHtmlToolTip()
Properties
| Property | Type | Description |
|---|---|---|
| Font | Font | |
| HorAlignment | StiHorAlignment | |
| HtmlText | string | |
| VertAlignment | StiVertAlignment |
Methods
| Method | Returns | Description |
|---|---|---|
| Dispose | void | |
| SetHtmlToolTip | void | |
| ShowHtml | void |
Method Details
Dispose
Dispose(disposing: bool): void
Parameters
- disposing (bool)
SetHtmlToolTip
SetHtmlToolTip(control: Control, caption: string): void
Parameters
- control (Control)
- caption (string)
ShowHtml
ShowHtml(text: string, window: IWin32Window, point: Point): void
Parameters
- text (string)
- window (IWin32Window)
- point (Point)