Type: Boolean
Returns whether the browser is running on a 16-bit Windows operating system, such as Windows 3.1.
C# Example:
<html>Windows 16 bit platform:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.Win16);
%>
</html>