GetSelectedTab Method (BrowserApplication)
Class
BrowserApplication
.
Action
Returns the currently selected tab. This method is not supported for mobile Web applications.
Syntax
C#
selectedTab
=
webBrowser
.
GetSelectedTab
()
VB
selectedTab
=
webBrowser
.
GetSelectedTab
()
Variable
Description
selectedTab
The BrowserWindow that is currently selected.
BrowserWindow
.