StiProgressControl Class

Namespace: Stimulsoft.Dashboard.Viewer.Elements.Progress

Inheritance

Inherits from: StiAtomElementControl

Constructors

Constructor Description
StiProgressControl(IStiElement element)  

StiProgressControl(element: IStiElement)

Parameters

  • element (IStiElement)

Properties

Property Type Description
HyperlinkString string  
ToolTipString string  

Methods

Method Returns Description
Dispose void  
OnClick void  
OnMouseLeave void  
OnMouseMove void  
OnPaint void  
PaintAtom void  
RecalculateSize void  
RefreshChild void  
SetBoundsCore void  

Method Details

Dispose

Dispose(disposing: bool): void

Parameters

  • disposing (bool)

OnClick

OnClick(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)

PaintAtom

PaintAtom(g: Graphics): void

Parameters


RecalculateSize

RecalculateSize(rect: Rectangle): void

Parameters

  • rect (Rectangle)

RefreshChild

RefreshChild(dataTable: StiDataTable): void

Parameters


SetBoundsCore

SetBoundsCore(x: int, y: int, width: int, height: int, specified: BoundsSpecified): void

Parameters

  • x (int)
  • y (int)
  • width (int)
  • height (int)
  • specified (BoundsSpecified)

Fields

Field Type Description
ProgressAtom StiProgressAtom  
ProgressElement IStiProgressElement