Class GuiTabStrip
Wraps a SAP GUI tab strip control (GuiTabStrip). Contains one or more GuiTab children.
public class GuiTabStrip : GuiComponent
- Inheritance
-
GuiTabStrip
- Inherited Members
Properties
TabCount
Number of tabs.
public int TabCount { get; }
Property Value
Methods
GetTab(int)
Returns a tab by its zero-based index.
public GuiTab GetTab(int index)
Parameters
indexint
Returns
GetTabByName(string)
Returns the first tab whose name contains nameFragment (case-insensitive).
public GuiTab? GetTabByName(string nameFragment)
Parameters
nameFragmentstring
Returns
GetTabs()
Returns all tabs as typed wrappers.
public IReadOnlyList<GuiTab> GetTabs()
Returns
SelectTab(int)
Selects a tab by its zero-based index.
public void SelectTab(int index)
Parameters
indexint