Intersoft WebGrid Documentation
IsGeckoBasedBrowser Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : IsGeckoBasedBrowser Method






Determines if the WebGrid is rendered in Gecko based browser.

Syntax

Visual Basic (Declaration) 
Public Function IsGeckoBasedBrowser() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As Boolean
 
value = instance.IsGeckoBasedBrowser()
C# 
public bool IsGeckoBasedBrowser()
Delphi 
public function IsGeckoBasedBrowser(): Boolean; 
JScript 
public function IsGeckoBasedBrowser() : boolean;
Managed Extensions for C++ 
public: bool IsGeckoBasedBrowser(); 
C++/CLI 
public:
bool IsGeckoBasedBrowser(); 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WebGrid Class
WebGrid Members

Concepts

Gecko-Based Browsers Support

©2012 Intersoft Solutions Corp. All Rights Reserved.