Table of Contents

Class TabStripDescription

Namespace
HP.LFT.SDK.SAP.NWBC
Assembly
HP.LFT.SDK.dll

The description of a SAP NWBC tab strip.

public class TabStripDescription : UIObjectDescriptionBase, ICloneable, IDescription
Inheritance
TabStripDescription
Implements
Inherited Members

Constructors

TabStripDescription()

public TabStripDescription()

Properties

AllItems

All of the tabs in the tab strip.

public StringProperty AllItems { get; set; }

Property Value

StringProperty

AttachedText

The static text attached to the control.

public StringProperty AttachedText { get; set; }

Property Value

StringProperty

CanFocus

Indicates whether the control can receive the focus.

public bool? CanFocus { get; set; }

Property Value

bool?

ClassName

The object's .NET class name.

public StringProperty ClassName { get; set; }

Property Value

StringProperty

Selection

The selected tab in the tab strip.

public StringProperty Selection { get; set; }

Property Value

StringProperty