Table of Contents

Class GuiTab

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Wraps a single tab page inside a GuiTabStrip.

public class GuiTab : GuiComponent
Inheritance
GuiTab
Inherited Members

Properties

Text

Tab label text.

public override string Text { get; }

Property Value

string

Methods

Select()

Activates (selects) this tab.

public void Select()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.