TCustomControl ----+ | TmlCustomBitmapButton ----+ | TmlRealTimeButton ----+ | TmlSphereButton
Unit:
mediabtn
(mediabtn.pas)
Constructors:
Propertys:
Methods:
constructor Create(AOwner: TComponent); override;
property ClickSound;
property ActiveSound;
property ActiveColor: TColor read FActiveColor write SetActiveColor;
property Color: TColor read FColor write SetColor;
property Glyph: TBitmap read FGlyph write SetGlyph;
function CreateOneBitmap(AState: TBtnState; AActive: boolean): TBitmap;
destructor Destroy; override;