MDI_NOT_MOVABLE |
View isn't movable.
|
MDI_NOT_CLOSABLE |
The title tab doesn't contain a close button. The user can't
close MDI views which have this flag set.
|
MDI_NOT_RESIZABLE |
View isn't resizable. Set this flag if your MDI child view isn't
resizable. Should be combinated with the MDI_NOT_MAXIMIZABLE flag.
|
MDI_NO_TITLE_TAB |
Don't create a title tab for this view. The user can't close a
a view without a title tab.
|
MDI_REDRAW_BELOW |
Force redraw for views below, whenever this view is moved
or resized. Set this flag, if your view has a view color
other than TRANSPARENT. You should avoid this,
because it's a lot slower. (And flickers).
|
MDI_NOT_MINIMIZABLE |
View isn't minimizable. |
MDI_NOT_MAXIMIZABLE |
View isn't maximizable. You should set this flag if you have also
set MDI_NOT_RESIZABLE.
|