StiCardsControl Class
Namespace: Stimulsoft.Dashboard.Viewer.Elements.Cards
Inheritance
Inherits from: StiAtomElementControl
Constructors
| Constructor | Description |
|---|---|
| StiCardsControl(IStiElement element) |
StiCardsControl(element: IStiElement)
Parameters
- element (IStiElement)
Properties
| Property | Type | Description |
|---|---|---|
| HyperlinkString | string | |
| ToolTipString | string |
Methods
| Method | Returns | Description |
|---|---|---|
| Dispose | void | |
| GetInteraction | StiCardsColumnDashboardInteraction | |
| OnClick | void | |
| OnMouseLeave | void | |
| OnMouseMove | void | |
| OnPaint | void | |
| PaintAtom | void | |
| RecalculateSize | void | |
| RefreshChild | void |
Method Details
Dispose
Dispose(disposing: bool): void
Parameters
- disposing (bool)
GetInteraction
GetInteraction(column: StiCardsColumn): StiCardsColumnDashboardInteraction
Parameters
- column (StiCardsColumn)
Returns StiCardsColumnDashboardInteraction
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
- g (Graphics)
RecalculateSize
RecalculateSize(rect: Rectangle): void
Parameters
- rect (Rectangle)
RefreshChild
RefreshChild(dataTable: StiDataTable): void
Parameters
- dataTable (StiDataTable)
Fields
| Field | Type | Description |
|---|---|---|
| CardsAtom | StiCardsAtom | |
| CardsElement | IStiCardsElement |