Show TOC Start of Content Area

Object documentation Menu API  Locate the document in its SAP Library structure

Description of UI Element Properties

     enabled

Specifies whether or not an event can be triggered by a user interaction.

     textDirection

Specifies the text direction and allows you to use subordinated UI elements for texts in languages which require a specific text direction. The textDirection property can be filled with the following values and is represented by the enumeration type WDTextDirection.

inherit

The text direction is inherited from the parent element. Therefore, the text direction is identical to the one of the parent element.

ltr

The text runs from left to right.

rtl

The text runs from right to left.

The default value for this property is inherit.

     title

Describes the title of the menu bar.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

Value Required

enabled

IWDMenu

boolean

true

bindable

No

textDirection

IWDMenu

WDTextDirection

inherit

bindable

No

title

IWDMenu

String

 

bindable

No

 

 

End of Content Area