Unit 'ButtonPanel' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TPanelBitBtn

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

Declaration

Source position: buttonpanel.pas line 36

type TPanelBitBtn = class(TCustomBitBtn)

public

  constructor Create(); override;

  

published

  property Caption: TCaption; [s]

  

  property DefaultCaption: Boolean; [s]

  

  property Left: Integer; [s]

  

  property Top: Integer; [s]

  

  property Width: Integer; [s]

  

  property Height: Integer; [s]

  

  property Enabled: Boolean;

  

  property Font: TFont;

  

  property Glyph: TBitmap;

  

  property Name; [s]

  

  property PopupMenu: TPopupMenu;

  

  property ShowHint: Boolean;

  

  property OnClick: TNotifyEvent;

  

end;

Inheritance

TPanelBitBtn

  

|

TCustomBitBtn

  

|

TCustomButton

  

The base class for a push button control.

|

TButtonControl

  

Specifies a base class for button controls.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio