ImageEn, unit iegradientbar

TIEGradientBar


Declaration

TIEGradientBar = class(TCustomControl);


Description

A visual component that display a gradient bar allowing the user to select a color or an index.


Example

IEGradientBar1.BeginColor := clNavy;
IEGradientBar1.EndColor   := clWhite;
IEGradientBar1.Direction  := gdVertical;




Methods and Properties

Published Property  BeginColor
Public Property  Color
Public Property  ColorIndex
Published Property  Direction
Published Property  EndColor
Published Property  MouseInteract
Public Property  RGB


Events

Event  OnChange