Add Method
Adds an uplevel browser to a BrowserLevelChecker object.
Syntax
Visual Basic Public Sub
Add(
ByVal sBrowser As string,
ByVal iMajorVersion As int,
ByVal iMinorVersion As double,
ByVal bRequiresWindows As bool
)C# public void
Add(
string sBrowser,
int iMajorVersion,
double iMinorVersion,
bool bRequiresWindows
);Managed C++ public: void
Add(
string sBrowser,
int iMajorVersion,
double iMinorVersion,
bool bRequiresWindows
);JScript public function
Add(
sBrowser : string,
iMajorVersion : int,
iMinorVersion : double,
bRequiresWindows : bool
);
Parameters
sBrowser Required. string that contains the name of the browser. iMajorVersion Required. int that contains the uplevel browser major version number. iMinorVersion Required. double that contains the uplevel browser minor version number. bRequiresWindows Required. bool that specifies if the Windows client is required.
Return Value
No return value.
Remarks
With Windows Internet Explorer WebControls, an uplevel browser is Microsoft Internet Explorer 5.5 or later.
Applies To
BrowserLevelChecker
See Also