Uiinfrastructure API Docs  
 

HTMLInput.IESizeToNSSize Method 

Call this method to convert a size in IE to an equivalent size in Netscape.

public static int IESizeToNSSize(
   int iSize
);

Parameters

iSize
int

Return Value

int size in Netscape units.

See Also

HTMLInput Class | com.plumtree.xpshared.htmlelements Namespace