StiActionCheckBox Class

Namespace: Stimulsoft.Dashboard.Viewer.Controls

Inheritance

Inherits from: CheckBox

Constructors

Constructor Description
StiActionCheckBox(StiControlColorCollection colors, Point? position)  

StiActionCheckBox(colors: StiControlColorCollection, position: Point?)

Parameters

Properties

Property Type Description
IsPressed bool  
SymbolSize float  

Methods

Method Returns Description
OnMouseDown void  
OnMouseUp void  
OnPaint void  
OnPaintBackground void  
PaintBackground void  
PaintImage void  
PaintSymbolIcon void  
PaintText void  
RefreshImageOrIcon void  

Method Details

OnMouseDown

OnMouseDown(mevent: MouseEventArgs): void

Parameters

  • mevent (MouseEventArgs)

OnMouseUp

OnMouseUp(mevent: MouseEventArgs): void

Parameters

  • mevent (MouseEventArgs)

OnPaint

OnPaint(e: PaintEventArgs): void

Parameters

  • e (PaintEventArgs)

OnPaintBackground

OnPaintBackground(e: PaintEventArgs): void

Parameters

  • e (PaintEventArgs)

PaintBackground

PaintBackground(g: Graphics, rect: Rectangle): void

Parameters


PaintImage

PaintImage(g: Graphics, rect: Rectangle): void

Parameters


PaintSymbolIcon

PaintSymbolIcon(g: Graphics, imageRect: Rectangle): void

Parameters


PaintText

PaintText(g: Graphics, rect: Rectangle): void

Parameters


RefreshImageOrIcon

RefreshImageOrIcon(): void

Fields

Field Type Description
IsMouseOver bool