| 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. |
| 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. |
| 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. |