Unit 'Agg_LCLControls' Package
[Overview][Classes][Procedures and functions][Index] [#pl_aggpasvs]

TAgg_CheckBox

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

Declaration

Source position: agg_lclcontrols.pas line 157

type TAgg_CheckBox = class(TAgg_CustomControl)

protected

  function GetChecked;

  

  procedure SetChecked();

  

  procedure ResizeBuffer; override;

  

  procedure PaintBuffer; override;

  

  procedure CaptionChanged; virtual;

  

  procedure ActiveColorChanged; virtual;

  

  procedure InactiveColorChanged; virtual;

  

  procedure TextColorChanged; virtual;

  

  procedure MouseMove(); override;

  

  procedure MouseDown(); override;

  

  procedure MouseUp(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Caption: string; [rw]

  

  property TextColor: TColor; [rw]

  

  property InactiveColor: TColor; [rw]

  

  property ActiveColor: TColor; [rw]

  

  property Checked: Boolean; [rw]

  

end;

Inheritance

TAgg_CheckBox

  

|

TAgg_CustomControl

  

|

TObject



CT Web help

CodeTyphon Studio