StiInteractiveHtmlToolTip Class

Namespace: Stimulsoft.Dashboard.Viewer.Controls

Inheritance

Inherits from: Control

Constructors

Constructor Description
StiInteractiveHtmlToolTip()  

StiInteractiveHtmlToolTip()

Properties

Property Type Description
Border StiSimpleBorder  
Brush StiBrush  
CornerRadius StiCornerRadius  
Font Font  
HorAlignment StiHorAlignment  
TextBrush StiBrush  
VertAlignment StiVertAlignment  

Methods

Method Returns Description
Dispose void  
GetBorderContentRect RectangleD  
GetHyperlinkUnderMouse string  
Hide void  
OnClick void  
OnLocationChanged void  
OnMouseEnter void  
OnMouseLeave void  
OnMouseMove void  
OnPaint void  
OnPaintBackground void  
OnVisibleChanged void  
SetHtmlToolTip void  
ShowToolTip void  

Method Details

Dispose

Dispose(disposing: bool): void

Parameters

  • disposing (bool)

GetBorderContentRect

GetBorderContentRect(rect: RectangleD, scale: double): RectangleD

Parameters

Returns RectangleD


GetHyperlinkUnderMouse

GetHyperlinkUnderMouse(mousePosition: Point): string

Parameters

  • mousePosition (Point)

Returns string


Hide

Hide(control: Control): void

Parameters

  • control (Control)

OnClick

OnClick(e: EventArgs): void

Parameters

  • e (EventArgs)

OnLocationChanged

OnLocationChanged(e: EventArgs): void

Parameters

  • e (EventArgs)

OnMouseEnter

OnMouseEnter(e: EventArgs): void

Parameters

  • e (EventArgs)

OnMouseLeave

OnMouseLeave(e: EventArgs): void

Parameters

  • e (EventArgs)

OnMouseMove

OnMouseMove(e: MouseEventArgs): void

Parameters

  • e (MouseEventArgs)

OnPaint

OnPaint(e: PaintEventArgs): void

Parameters

  • e (PaintEventArgs)

OnPaintBackground

OnPaintBackground(pevent: PaintEventArgs): void

Parameters

  • pevent (PaintEventArgs)

OnVisibleChanged

OnVisibleChanged(e: EventArgs): void

Parameters

  • e (EventArgs)

SetHtmlToolTip

SetHtmlToolTip(control: Control, text: string): void

Parameters

  • control (Control)
  • text (string)

ShowToolTip

ShowToolTip(): void

Fields

Field Type Description
Active bool  
referenceRectangle Rectangle