MDI Support
StForm supports MDI, opacity of each and every MdiChildren can be adjusted individually.
Sticky Windows
By setting StickyWindow property forms can be made stick-able one to the other or to the screen.
Custom Shapes

By setting CustomShaped property and assigning required transparent image as BackgroundImage we will get the Custom Shaped Form.
Customizable ControlBox Buttons
We can set properties of Close, Minimize, Maximize and Help Buttons individually. In the screenshot the CornerRadius property of Close button has changed.
Maximize Option for many MdiChild Forms
If we maximize a MdiChild in normal form other MdiChild Forms are not visible in normal Form. In StForm we can maximize many MdiChildren. If we maximize any MdiChild form, it is going to add in TabControl of the MdiParent. We can normalize that form by double clicking on the Tab.



