Contains state information of all dockable user interface elements based on a Window class. Provides a mapping between commands and their textual representation on the user interface. A locked user interface element cannot be moved or undocked by the user. This property is only active when the user interface element is in a docked state. true Specifies if the user interface element is currently docked. true Specifies if the user interface element is visible. Specifies if the user interface element is context sensitive. This controls if the Office shows the user interface element false Specifies if a toolbar should not be shown inside the View - Toolbars menu. false Specifies the docking area to which a user interface element belongs to. Only valid if 'Docked' is true. Top docking area=0, bottom=1, left=2, right=3. Specifies the position of a docked user interface element. For top/bottom docked elements X describes a pixel position and Y the row number, left/right docked elements uses X for the column and Y for the pixel position. X and Y coordinates must be split by a comma. Not used. Specifies the position of a floating user interface element in pixel. X and Y coordinates must be split by a comma and are relative to the document frame. Specifies the size of a floating user interface element in pixel. The real size can differ if the layout manager decides to resize it due to current circumstances. Width and height must be split by a comma. Specifies the user interface element name. It is used for floating user interface elements to set the title and for the bubble help. Specifies the URL of an image to associate with the user interface element. Any URL scheme supported by the com.sun.star.graphic.GraphicProvider service is suitable here. Specifies the help URL of the tool panel. Specifies an internal state for the user interface element. Please don't change this value it describes an internal value. Specifies the style of a toolbar. This property is only used by toolbar user interface elements. 0 = symbol buttons, 1 = text buttons, 2 = symbols+text buttons 0 Specifies that a user interface element shouldn't have a closer. This property is only used by toolbars or floating window user interface elements. false Specifies that a user interface element shouldn't be closed forever. This is useful for context sensitive ui elements which must be visible whenever their context is active. This property is only used by toolbars or floating window user interface elements. false Specifies if a context sensitive user interface element is currently bound to its context. This property can be used to disable context sensitivity without losing the information that a user interface element is normally context sensitive. true