TCustomControl ----+ | TmlCustomBitmapButton ----+ | TmlRealTimeButton ----+ | TmlLightLabelButton
Unit:
mediabtn
(mediabtn.pas)
Constructors:
Propertys:
Methods:
constructor Create(AOwner: TComponent); override;
property ClickSound;
property ActiveSound;
property NormalColor: TColor read FNormalColor write SetNormalColor;
property ActiveColor: TColor read FActiveColor write SetActiveColor;
property ShadowColor: TColor read FShadowColor write SetShadowColor;
function CreateOneBitmap(AState: TBtnState; AActive: boolean): TBitmap;
destructor Destroy; override;