Show TOC Start of Content Area

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

 

Description of UI Element Properties

      text

Determines the text of the TextBar.

      visible

Controls whether the TextBar is displayed.
The
visible property can be filled with the following values and is represented by the data type WDVisibility.

blank

The TextBar is not visible on the screen. This value has the same visibility effect for the TextBar on the screen as the value none.

none

The TextBar is not visible on the screen.

visible

The TextBar is displayed on the screen.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

text

IWDTextBar

String

 

bindable

visible

IWDTextBar

WDVisibility

visible

bindable

 

End of Content Area