[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomCoolBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comctrls.pp line 2320

type TCustomCoolBar = class(TToolWindow)

protected

  procedure AlignControls(); override;

  procedure CalculatePreferredSize(); override;

  procedure Notification(); override;

  procedure Loaded; override;

  procedure Paint; override;

  procedure Resize; override;

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure BeginUpdate; override;

  procedure EndUpdate; override;

  procedure InsertControl(); override;

  procedure RemoveControl(); override;

  property Align: TAlign; [rw]

  property BandBorderStyle: TBorderStyle; [rw]

  property BandMaximize: TCoolBandMaximize; [rw]

  property Bands: TCoolBands; [rw]

  property FixedSize: Boolean; [rw]

  property FixedOrder: Boolean; [rw]

  property Images: TCustomImageList; [rw]

  property Bitmap: TBitmap; [rw]

  property ShowText: Boolean; [rw]

  property Vertical: Boolean; [rw]

  property OnChange: TNotifyEvent; [rw]

end;

Inheritance

TCustomCoolBar

|

TToolWindow

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject