Displaying and hiding button bars

 

You can choose whether to display the Tool Bar and View Ribbon in the Imagenation window.

· For the Tool Bar, use ShowToolBar(state) to set its display and IsToolBarVisible to request its current display.

· For the View Ribbon, use ShowRibbonBar(state) to set its display and IsRibbonBarVisible to request its current display.

The state values are Boolean.

See also