Unit 'cySkinButton' Package
[Overview][Classes][Index] [#pl_cindy]

TcySkinButton

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

Declaration

Source position: cySkinButton.pas line 54

type TcySkinButton = class(TGraphicControl)

protected

  procedure Paint; override;

  

  procedure Click; override;

  

  procedure MouseDown(); override;

  

  procedure MouseUp(); override;

  

  procedure MouseMove(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Canvas;

  

  property MouseIsDown: Boolean; [rw]

  

  property MouseIsOver: Boolean; [rw]

  

published

  property Align;

  

  property Anchors;

  

  property Constraints;

  

  property Enabled;

  

  property Height;

  

  property Width;

  

  property ShowHint;

  

  property Visible;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property PicDown: TPicture; [rw]

  

  property PicDownMouseOver: TPicture; [rw]

  

  property PicDownMouseDown: TPicture; [rw]

  

  property PicNormal: TPicture; [rw]

  

  property PicMouseOver: TPicture; [rw]

  

  property PicMouseDown: TPicture; [rw]

  

  property PicDisabled: TPicture; [rw]

  

  property AllowAllUp: Boolean; [rw]

  

  property GroupIndex: Integer; [rw]

  

  property Down: Boolean; [rw]

  

  property Stretch: Boolean; [rw]

  

  property Transparent: Boolean; [rw]

  

  property AfterPaint: TNotifyEvent; [rw]

  

end;

Inheritance

TcySkinButton

  

|

TObject



CT Web help

CodeTyphon Studio