mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 16:39:36 +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;
|
||||
property Color;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
property DragKind;
|
||||
property DragMode;
|
||||
property Font;
|
||||
property Hint;
|
||||
property LeftIndent: Integer read FLeftIndent write SetLeftIndent default 60;
|
||||
@ -82,12 +85,16 @@ type
|
||||
property OnClick;
|
||||
property OnContextPopup;
|
||||
property OnDblClick;
|
||||
property OnDragDrop;
|
||||
property OnDragOver;
|
||||
property OnEndDrag;
|
||||
property OnMouseDown;
|
||||
property OnMouseEnter;
|
||||
property OnMouseLeave;
|
||||
property OnMouseMove;
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property OnStartDrag;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user