Class TSliderThumb (unit RXSlider)

Inherits from

TCustomControl

TSliderThumb

Constructors


constructor Create(AOwner: TComponent);

TSliderThumb


Functions

destructor Destroy;


procedure Paint;


procedure AdjustBounds;


procedure SetBitmap(Value: TBitmap);


procedure SetDown(Value: Boolean);


procedure SetNumStates(Value: TNumThumbStates);


procedure SetTransparentColor(Value: TColor);


Properties

property Bitmap : TBitmap


property Down : Boolean


property NumStates : TNumThumbStates


property TransparentColor : TColor


Events

Variables

FBitmap : TBitmap;


FDown : Boolean;


FNumStates : TNumThumbStates;


FTransparentColor : TColor;



Constructors


constructor Create(AOwner: TComponent);

TSliderThumb


Functions


destructor Destroy;


procedure Paint;


procedure AdjustBounds;


procedure SetBitmap(Value: TBitmap);


procedure SetDown(Value: Boolean);


procedure SetNumStates(Value: TNumThumbStates);


procedure SetTransparentColor(Value: TColor);


Properties


property Bitmap : TBitmap


property Down : Boolean


property NumStates : TNumThumbStates


property TransparentColor : TColor


Events


Variables


FBitmap : TBitmap;


FDown : Boolean;


FNumStates : TNumThumbStates;


FTransparentColor : TColor;