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

TNotifierXButton

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

Implements the button for TNotifierForm

Declaration

Source position: popupnotifier.pas line 40

type TNotifierXButton = class(TCustomControl)

public

  constructor Create(); override;

  

Constructor for the class instance

  destructor Destroy; override;

  

Destructor for the class instance

  procedure Paint; override;

  

Draws the button in its current state

end;

Inheritance

TNotifierXButton

  

Implements the button for TNotifierForm

|

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

Description

TNotifierXButton is a TCustomControl descendant that implements the button for TNotifierForm. TNotifierXButton provides methods need to draw the button in a specific state, and respond to mouse up and down messages.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.