Type: Boolean
Returns True for browsers that support a working implementation of the HTML IFrame tag.
C# Example:
<html>IFrames supported:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.IFrames);
%>
</html>