LCL: comments

git-svn-id: trunk@41995 -
This commit is contained in:
mattias 2013-07-04 14:37:02 +00:00
parent 49eae20cfe
commit ccc2a1903a

View File

@ -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