'Declaration Public ReadOnly Property NavigationBar As ToolStrip
public ToolStrip NavigationBar {get;}
Items on this toolstrip and their index numbers:
You can access these items by index with the Insert and RemoveAt methods. Other methods are described in the System.Windows.Forms.ToolStripItemCollection documentation on MSDN.
Viewer.ViewerToolbar Class Viewer.ViewerToolbar Members