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.
- ICustomToolstrip CreateCustomToolstrip(string) - Creates an instance of ICustomToolstrip.
- IMenuToolstrip GetMenuToolstrip() - Returns the current IMenuToolstrip.
- IRibbon GetRibbon() - Returns the current IRibbon object.