Unit 'BGRAThemeButton' Package
[Overview][Classes][Index] [#pl_bgracontrols]

TBGRAThemeButton

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

Declaration

Source position: bgrathemebutton.pas line 19

type TBGRAThemeButton = class(TBGRAThemeControl)

protected

  procedure CalculatePreferredSize(); override;

  

  procedure Notification(); override;

  

  class function GetControlClassDefaultSize; override;

  

  procedure MouseEnter; override;

  

  procedure MouseLeave; override;

  

  procedure MouseDown(); override;

  

  procedure MouseUp(); override;

  

  procedure Click; override;

  

  procedure SetEnabled(); override;

  

  procedure TextChanged; override;

  

  procedure Paint; override;

  

  procedure Resize; override;

  

  procedure UpdateHoverState;

  

  property State: TBGRAThemeButtonState; [rw]

  

public

  constructor Create(); override;

  

published

  property Action;

  

  property ModalResult: TModalResult; [rw]

  

  property Align;

  

  property Anchors;

  

  property BorderSpacing;

  

  property Caption;

  

  property Enabled;

  

  property Font;

  

  property ImageList: TBGRASVGImageList; [rw]

  

  property ImageIndex: Integer; [rw]

  

  property OnClick;

  

  property OnMouseDown;

  

  property OnMouseUp;

  

  property OnMouseEnter;

  

  property OnMouseLeave;

  

end;

Inheritance

TBGRAThemeButton

  

|

TBGRAThemeControl

  

|

TObject



CT Web help

CodeTyphon Studio