<ribbon>

  XML_API > CAD XML API Reference > XML Reference Extension > Instructions >

<ribbon>

Previous pageReturn to chapter overviewNext page

The element defines Ribbon command that allows to manage the ribbon visibility. Set the attribute value to False or True in order to hide or show the ribbon.

 

Syntax:

<ribbon visible="">

 

 

Attributes of <ribbon />

Attribute

Description

visible

Specifies a visibility of the ribbon.

If set to True, the ribbon will be shown.

If set to False, the ribbon will be hidden.

 

 

Example:

<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="2.0">
   <ribbon visible="false">
</cadsofttools>

Go to ABViewer