StiSliderNumberBoxControl Class

Namespace: Stimulsoft.Dashboard.Viewer.Controls.NumberBox

Inheritance

Inherits from: Panel

Constructors

Constructor Description
StiSliderNumberBoxControl(StiControlColorCollection colors, StiNumberBoxElement element)  

StiSliderNumberBoxControl(colors: StiControlColorCollection, element: StiNumberBoxElement)

Parameters

Properties

Property Type Description
HandleBorderSize static int  
HandleGap static int  
IsRangeSelection bool  
Maximum decimal  
Minimum decimal  
TrackSize static int  

Methods

Method Returns Description
OnMouseDown void  
OnMouseMove void  
OnMouseUp void  
OnPaint void  
SetMinMaxRange void  

Method Details

OnMouseDown

OnMouseDown(e: MouseEventArgs): void

Parameters

  • e (MouseEventArgs)

OnMouseMove

OnMouseMove(e: MouseEventArgs): void

Parameters

  • e (MouseEventArgs)

OnMouseUp

OnMouseUp(e: MouseEventArgs): void

Parameters

  • e (MouseEventArgs)

OnPaint

OnPaint(e: PaintEventArgs): void

Parameters

  • e (PaintEventArgs)

SetMinMaxRange

SetMinMaxRange(range: DecimalRange): void

Parameters

Events

Event Type Description
FromValueChanged EventHandler  
ToValueChanged EventHandler