Klasse TCustomSpeedButton

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomSpeedButton = class(TGraphicControl)

Beschreibung

no description available, TGraphicControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function FindDownButton: TCustomSpeedButton;
Public procedure Click; override;

Eigenschaften

Public property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false;
Public property Down: Boolean read FDown write SetDown default false;
Public property Flat: Boolean read FFlat write SetFlat default false;
Public property Glyph: TBitmap read GetGlyph write SetGlyph;
Public property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0;
Public property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;
Public property Margin: integer read FMargin write SetMargin default -1;
Public property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1;
Public property Spacing: integer read FSpacing write SetSpacing default 4;
Public property ShowAccelChar: boolean read FShowAccelChar write SetShowAccelChar default true;
Public property Transparent: Boolean read FTransparent write SetTransparent default true;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public function FindDownButton: TCustomSpeedButton;
 
Public procedure Click; override;
 

Eigenschaften

Public property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false;
 
Public property Down: Boolean read FDown write SetDown default false;
 
Public property Flat: Boolean read FFlat write SetFlat default false;
 
Public property Glyph: TBitmap read GetGlyph write SetGlyph;
 
Public property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0;
 
Public property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;
 
Public property Margin: integer read FMargin write SetMargin default -1;
 
Public property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1;
 
Public property Spacing: integer read FSpacing write SetSpacing default 4;
 
Public property ShowAccelChar: boolean read FShowAccelChar write SetShowAccelChar default true;
 
Public property Transparent: Boolean read FTransparent write SetTransparent default true;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:51