Show TOC

Object documentationPatternTab Locate this document in the navigation structure

 

Description of UI Element Properties
  • enabled

    Specifies whether the PatternTab is enabled.

  • textDirection

    With this property, you can specify the text direction. This enables the labels for the PatternTab to be read in other languages that require a specific text direction. The textDirection property can take the following values and is represented by enumeration type WDTextDirection.

    inherit

    The text direction is inherited from the parent element. The text direction is therefore the same as in the parent element.

    ltr

    The text runs from left to right.

    rtl

    The text runs from right to left.

    The default value is inherit.

  • title

    Specifies the text for the PatternTab

  • tooltip

    This property describes a note for the UI element that is displayed if the user places the cursor on the UI element.

  • visible

    Specifies whether the Tab is displayed on the screen.

    blank

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

    none

    The UI element is not visible on the screen.

    visible

    The UI element is visible on the screen.

Properties Overview

Name

Interface

Type

Initial Value

Bindable

enabled

IWDPatternTab

boolean

true

bindable

textDirection

IWDPatternTab

WDTextDirection

inherit

bindable

title

IWDPatternTab

String

bindable

tooltip

IWDPatternTab

String

bindable

visible

IWDPatternTab

WDVisibility

visible

bindable