mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 23:09:35 +01:00
lazcontrols: published drag & drop properties for TDividerBevel. issue #27550
git-svn-id: trunk@48044 -
This commit is contained in:
parent
cf95adf1d5
commit
26f5be2762
@ -65,6 +65,9 @@ type
|
|||||||
default 10;
|
default 10;
|
||||||
property Color;
|
property Color;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
|
property DragCursor;
|
||||||
|
property DragKind;
|
||||||
|
property DragMode;
|
||||||
property Font;
|
property Font;
|
||||||
property Hint;
|
property Hint;
|
||||||
property LeftIndent: Integer read FLeftIndent write SetLeftIndent default 60;
|
property LeftIndent: Integer read FLeftIndent write SetLeftIndent default 60;
|
||||||
@ -82,12 +85,16 @@ type
|
|||||||
property OnClick;
|
property OnClick;
|
||||||
property OnContextPopup;
|
property OnContextPopup;
|
||||||
property OnDblClick;
|
property OnDblClick;
|
||||||
|
property OnDragDrop;
|
||||||
|
property OnDragOver;
|
||||||
|
property OnEndDrag;
|
||||||
property OnMouseDown;
|
property OnMouseDown;
|
||||||
property OnMouseEnter;
|
property OnMouseEnter;
|
||||||
property OnMouseLeave;
|
property OnMouseLeave;
|
||||||
property OnMouseMove;
|
property OnMouseMove;
|
||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
property OnResize;
|
property OnResize;
|
||||||
|
property OnStartDrag;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user