INavContext Interface

Information for Developers

An instance of INavContext is returned using the GetNavContext() method in the IHost interface (see IHost Interface). INavContext gives access to the navigational user interface components of Flare.

Methods

  • Form GetParentForm() Returns the parent System.Windows.Form. To be used as a reference control for child windows.
  • ICustomToolBar CreateCustomToolBar(string) Creates an instance of ICustomToolBar. See ICustomToolBar Interface.
  • IToolStripMenuItem CreateToolStripMenu(string, string) Creates an instance of IToolStripMenuItem to be added to the Tool Strip menu. See IToolStripMenuItem Interface.
  • IRibbon GetRibbon() Returns the current IRibbon object. See IRibbon Interface.