lcl: THintWindow: public mouse messages

git-svn-id: trunk@52361 -
This commit is contained in:
ondrej 2016-05-23 15:24:23 +00:00
parent 2317b38b42
commit 4c522305c1

View File

@ -883,6 +883,9 @@ type
class function GetControlClassDefaultSize: TSize; override;
public
property OnMouseDown; // Public access may be needed.
property OnMouseUp;
property OnMouseMove;
property OnMouseLeave;
property Alignment: TAlignment read FAlignment write FAlignment;
property HintRect: TRect read FHintRect write FHintRect;
property HintRectAdjust: TRect read FHintRect write SetHintRectAdjust;