mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:42:51 +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.
|
csNoFocus, // control will not take focus when clicked with mouse.
|
||||||
csNeedsBorderPaint, // not implemented
|
csNeedsBorderPaint, // not implemented
|
||||||
csParentBackground, // tells WinXP to paint the theme background of parent on controls background
|
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
|
csDesignFixedBounds, // can not be moved nor resized in designer
|
||||||
csHasDefaultAction, // implements useful ExecuteDefaultAction
|
csHasDefaultAction, // implements useful ExecuteDefaultAction
|
||||||
csHasCancelAction, // implements useful ExecuteCancelAction
|
csHasCancelAction, // implements useful ExecuteCancelAction
|
||||||
|
Loading…
Reference in New Issue
Block a user