mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 14:29:34 +02:00
LCL: comments
git-svn-id: trunk@41995 -
This commit is contained in:
parent
49eae20cfe
commit
ccc2a1903a
@ -253,7 +253,7 @@ type
|
||||
csNoFocus, // control will not take focus when clicked with mouse.
|
||||
csNeedsBorderPaint, // not implemented
|
||||
csParentBackground, // tells WinXP to paint the theme background of parent on controls background
|
||||
csDesignNoSmoothResize, // no WYSIWYG resizing in designer
|
||||
csDesignNoSmoothResize, // when resizing control in the designer do not SetBounds while dragging
|
||||
csDesignFixedBounds, // can not be moved nor resized in designer
|
||||
csHasDefaultAction, // implements useful ExecuteDefaultAction
|
||||
csHasCancelAction, // implements useful ExecuteCancelAction
|
||||
|
Loading…
Reference in New Issue
Block a user