Share

ViewTab Object


Description

ViewTab Object.

Methods

Name Description
Close Method that closes this ViewTab.
MoveToGroup Method that moves the current view tab to a ViewTabGroup. The ViewTabGroup the current ViewTab moves into will be returned.
MoveToNewViewFrame Method that moves current ViewTab to a new ViewFrame.

Properties

Name Description
Application Read-only property that returns the root Application object.
Type Gets the constant that indicates the type of this object.
View Read-only property that returns the View or WebView this view tab is associated with.
ViewFrame Read-only property that returns the ViewFrame this view tab is located in.
ViewTabGroup Read-only property that returns the ViewTabGroup this view tab is located in. This returns Nothing if the ViewTab is not grouped.

Accessed From

View.ViewTab, ViewTabGroup.Item, ViewTabsEnumerator.Item

Samples

Name Description
Dock browser pane to a custom ViewFrame This sample demonstrates how to dock the browser pane to a custom ViewFrame.
Move view tab between different view frames This sample demonstrates how to move views using ViewTab between different view frames.

Version

Introduced in version 2022

Was this information helpful?