Nevron .NET Vision
User Interface for .NET / User's Guide / Custom Forms / Custom Forms Overview

In This Topic
    Custom Forms Overview
    In This Topic

     

    One of the most unique features of our User Interface Library is the ability to display forms with custom non-client metrics and painting. Overcome the limitations of the system default frames and create your own ones. Specify global or local templates or use the embedded modern ones including the famous "Vista Slate" and "Vista Royal". Using complex render logic our custom forms looks smooth, professional and will certainly give your applications out-of-the-box appearance.

     Remarks
    Note that our forms will not work with the default .NET MainMenu component because it reserves a non-client space and our forms completely override the default non-client behaviour. They will however work with any control-derived menu component - being it a standard .NET 2.0 MenuStrip or Nevron NMenuBar or any other vendor's control.
    See Also