Form Flags
                                            | 
                                                         
                                                              | 
                                                    
                                                         
  | 
                                                
| 
                                                         Always on top  | 
                                                    
                                                         Always positions the window on top of other windows.  | 
                                                
| 
                                                         Close box  | 
                                                    
                                                         Creates a window close box.  | 
                                                
| 
                                                         Custom color palette  | 
                                                    
                                                         Allows use of a custom color palette.  | 
                                                
| 
                                                         Dialog behavior  | 
                                                    
                                                         Sets the window to behave as a dialog.  | 
                                                
| 
                                                         Dialog border  | 
                                                    
                                                         Creates a border around the dialog.  | 
                                                
| 
                                                         Disabled  | 
                                                    
                                                         Sets the form to be initially disabled.  | 
                                                
| 
                                                         Enter as tab  | 
                                                    
                                                         Sets the Enter key to behave as a Tab key.  | 
                                                
| 
                                                         Gravity  | 
                                                    
                                                         Arranges child windows to fit within the parent window.  | 
                                                
| 
                                                         Horizontal scroll bar  | 
                                                    
                                                         Creates a horizontal scroll bar.  | 
                                                
| 
                                                         Initially maximized  | 
                                                    
                                                         Sets the window to be initially maximized.  | 
                                                
| 
                                                         Initially minimized  | 
                                                    
                                                         Sets the window to be initially minimized.  | 
                                                
| 
                                                         Invisible  | 
                                                    
                                                         Sets the window to be initially invisible.  | 
                                                
| 
                                                         Keyboard Navigation  | 
                                                    
                                                         Activates keyboard navigation in the window.  | 
                                                
| 
                                                         Manage syscolor events  | 
                                                    
                                                         Sets the window to automatically manage SYSCOLOR events.  | 
                                                
| 
                                                         Minimizable  | 
                                                    
                                                         Allows the window to be minimized.  | 
                                                
| 
                                                         No menubar line  | 
                                                    
                                                         Prevents the separator line between the menu and client area of a window from being drawn.  | 
                                                
| 
                                                         No title bar  | 
                                                    
                                                         Creates the window without a title bar.  | 
                                                
| 
                                                         Sizable  | 
                                                    
                                                         Allows the window to be resized.  | 
                                                
| 
                                                         Vertical scroll bar  | 
                                                    
                                                         Creates a vertical scroll bar.  |