Skip to content

UltraTabControl

Infragistics UltraTabControl.

UI element class: Infragistics.Win.UltraWinTabControl.UltraTabControl

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: UltraTabControlBehavior

Property Summary

Property Description Getter Setter
SelectedTab Text of the selected tab GetSelectedTab

Action Summary

Action Description
DoSelectTab Selects the tab by name.

Property Detail

SelectedTab

Text of the selected tab

Type: string

Accessors: GetSelectedTab

value = SeS('SomeUltraTabControl').GetSelectedTab()

Action Detail

DoSelectTab

Selects the tab by name.

SeS('SomeUltraTabControl').DoSelectTab(tabName)

Parameters:

Name Type Description
tabName string Tab name to select

Returns:

boolean: 'true' if success, 'false' otherwise.