Skip to content

UltraMdiTabGroupControl

Infragistics UltraMdiTabGroupControl.

UI element class: Infragistics.Win.UltraWinTabbedMdi.MdiTabGroupControl

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: UltraMdiTabGroupControlBehavior

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('SomeUltraMdiTabGroupControl').GetSelectedTab()

Action Detail

DoSelectTab

Selects the tab by name.

SeS('SomeUltraMdiTabGroupControl').DoSelectTab(tabName)

Parameters:

Name Type Description
tabName string Tab name to select

Returns:

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