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

TControlBar

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

Declaration

Source position: extctrls.pp line 1213

type TControlBar = class(TCustomControlBar)

public

  property Canvas;

published

  property Align;

  property Anchors;

  property AutoDock;

  property AutoDrag;

  property AutoSize;

  property BevelInner;

  property BevelOuter;

  property BevelWidth;

  property BiDiMode;

  property BorderWidth;

  property Color;

  property Constraints;

  property DockSite;

  property DragCursor;

  property DragKind;

  property DragMode;

  property Enabled;

  property ParentColor;

  property ParentFont;

  property ParentShowHint;

  property PopupMenu;

  property RowSize;

  property RowSnap;

  property ShowHint;

  property TabOrder;

  property TabStop;

  property Visible;

  property OnBandDrag;

  property OnBandInfo;

  property OnBandMove;

  property OnBandPaint;

  property OnCanResize;

  property OnClick;

  property OnConstrainedResize;

  property OnContextPopup;

  property OnDockDrop;

  property OnDockOver;

  property OnDblClick;

  property OnDragDrop;

  property OnDragOver;

  property OnEndDock;

  property OnEndDrag;

  property OnEnter;

  property OnExit;

  property OnGetSiteInfo;

  property OnMouseDown;

  property OnMouseMove;

  property OnMouseUp;

  property OnPaint;

  property OnResize;

  property OnStartDock;

  property OnStartDrag;

  property OnUnDock;

end;

Inheritance

TControlBar

|

TCustomControlBar

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

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