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

TCoolBar

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

Declaration

Source position: comctrls.pp line 2372

type TCoolBar = class(TCustomCoolBar)

published

  property Align;

  property Anchors;

  property AutoSize;

  property BandBorderStyle;

  property BandMaximize;

  property Bands;

  property BiDiMode;

  property BorderWidth;

  property Color;

  property Constraints;

  property DockSite;

  property DragCursor;

  property DragKind;

  property DragMode;

  property EdgeBorders;

  property EdgeInner;

  property EdgeOuter;

  property Enabled;

  property FixedSize;

  property FixedOrder;

  property Font;

  property Images;

  property ParentColor;

  property ParentFont;

  property ParentShowHint;

  property Bitmap;

  property PopupMenu;

  property ShowHint;

  property ShowText;

  property Vertical;

  property Visible;

  property OnChange;

  property OnClick;

  property OnContextPopup;

  property OnDblClick;

  property OnDockDrop;

  property OnDockOver;

  property OnDragDrop;

  property OnDragOver;

  property OnEndDock;

  property OnEndDrag;

  property OnGetSiteInfo;

  property OnMouseDown;

  property OnMouseMove;

  property OnMouseUp;

  property OnResize;

  property OnStartDock;

  property OnStartDrag;

  property OnUnDock;

end;

Inheritance

TCoolBar

|

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