Class TabStripDescription
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
AttachedText
The static text attached to the control.
public StringProperty AttachedText { get; set; }
Property Value
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
Selection
The selected tab in the tab strip.
public StringProperty Selection { get; set; }