Show TOC

MenuBarLocate this document in the navigation structure

Definition

A MenuBar is used to present actions in a structure. The MenuBar is a toolbar that can be organized in different blocks, the menus. Under each block, you can organize individual menu items or other menus.

Description of UI Element Properties

  • design

    Specifies the appearance of the MenuBar . design is of enumeration type WDMenuBarDesign and can take the following values:

    standard

    Standard display

    transparent

    The MenuBar is transparent and does not have a frame

  • width

    Determines the width of the MenuBar , which you can specify in relative CSS units like em, ex, or percentage.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

design

IWDMenuBar

WDMenuBarDesign

standard

bindable

enabled

IWDUIElement

boolean

true

bindable

tooltip

IWDUIElement

String

bindable

visible

IWDUIElement

WDVisibility

visible

bindable

width

IWDMenuBar

String

bindable