You are here: Plugin API > Library Reference > IHost Interface > INavContext Interface
INavContext Interface
An instance of INavContext is returned using the GetNavContext() method in the IHost interface. INavContext gives access to the navigational UI 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.
- IToolStripMenuItem CreateToolStripMenu(string, string) - Creates an instance of IToolStripMenuItem to be added to the ToolStrip menu.
- IRibbon GetRibbon() - Returns the current IRibbon object.