Class: TmlLightLabelButton

TCustomControl ----+
              |
    TmlCustomBitmapButton ----+
                              |
                      TmlRealTimeButton ----+
                                            |
                                   TmlLightLabelButton

Description:

Unit:
mediabtn (mediabtn.pas)

Constructors:

constructor Create(AOwner: TComponent); override;

Propertys:

property ClickSound;
property ActiveSound;
property NormalColor: TColor read FNormalColor write SetNormalColor;
Non active caption color
property ActiveColor: TColor read FActiveColor write SetActiveColor;
Active caption color
property ShadowColor: TColor read FShadowColor write SetShadowColor;
Shadow color

Methods:

function CreateOneBitmap(AState: TBtnState; AActive: boolean): TBitmap;
destructor Destroy; override;

constructor Create(AOwner: TComponent); override;


property ClickSound;


property ActiveSound;


property NormalColor: TColor read FNormalColor write SetNormalColor;

Non active caption color


property ActiveColor: TColor read FActiveColor write SetActiveColor;

Active caption color


property ShadowColor: TColor read FShadowColor write SetShadowColor;

Shadow color


function CreateOneBitmap(AState: TBtnState; AActive: boolean): TBitmap;


destructor Destroy; override;