Type: Integer
Returns the text characters that can fit across one line on the device without causing a line break.
Special notes for this property:
This property applies only to wireless devices, such as WAP and i-mode phones and PDA devices. This property is not available for all wireless devices. If not available a value of 0 is returned.
This number is based on Western character sets. If the character set is Eastern, such as Japanese, the number available will be half of what is reported by this property.
C# Example:
<html>Char width available:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.CharWidthAvail);
%>
</html>