LCL/Buttons: Publish DragCursor, DragKind and DragMode for TBitBtn and TSpeedButton. Addendum to issue #38891.

git-svn-id: trunk@65155 -
This commit is contained in:
wp 2021-05-30 19:42:44 +00:00
parent 574b3a8178
commit 7c856f001b

View File

@ -236,6 +236,9 @@ type
property Constraints;
property Default;
property DefaultCaption;
property DragCursor;
property DragKind;
property DragMode;
property Enabled;
property Font;
property Glyph;
@ -423,6 +426,9 @@ type
property Caption;
property Color;
property Down;
property DragCursor;
property DragKind;
property DragMode;
property Enabled;
property Flat;
property Font;