Nevron .NET Vision
User Interface for .NET / Getting Started / Using Example Launcher Application

In This Topic
    Using Example Launcher Application
    In This Topic
     Overview

     

    Nevron User Interface ships with an Example Launcher Application, which is extremely useful for exploring the suite features and behaviour. The launcher consists of a Main Menu component and a docking framework, which contains 6 docking panels:

     

    • Contents - Hosts the navigation tree.
    • Search - Hosts a search control which operates upon the navigation tree.
    • Example - Hosts the current example user control.
    • View Source - Displays the source code of the current example.
    • Description - Displays a brief features overview of the component the current example demonstrates.
    • Visit Nevron Web Site - Hosts a Web Browser which navigates to www.nevron.com when panel is activated.

     

    Whenever an example node from the navigation tree is selected, the corresponding example is loaded.

     

     Navigation Tree Commands

     

    The following table describes the available navigation commands:
     

    Command Description
     Navigate Forward Selects the next example node in the navigation tree.
     Navigate Backward Selects the previous example node in the navigation tree.
     Collapse all Collapses the navigation tree.
     Expand all Expands the entire navigation tree.
     Menu Commands

    The following table describes some of the commands found in the Main Menu:

     

    Command Description
    Edit->Palette...

    Shows the visual palette editor used to modify the current global palette of the NUIManager.

    Edit->Menu Options...

    Shows the visual editor used to modify global menu options.

    Edit->Dock Manager...

    Shows the visual editor used to modify the application's NDockManager.

    View->Description Toggles the visibility of the Description Panel.
    View->Navigation Tree Toggles the visibility of the Navigation Tree Panel.
    View->Search Toggles the visibility of the Search Panel.
    View->Example Toggles the visibility of the Example Panel.
    View->View Source Toggles the visibility of the View Source Panel.
    View->Visit Nevron Web Site Toggles the visibility of the Visit Nevron Web Site Panel.
    Help->Forum... Opens a new browser and navigates it to the Nevron UI Forum.

     

    See Also

    Integrating in Windows Forms

    See Also