Uiinfrastructure API Docs  
 

HTMLInput.SetSize Method (Int32, Boolean)

Call this method to set the size on this input. This method can be used to convert an IE size to an NS size. Using this method, you can pass a single size value, and the input resulting will look mostly the same in Netscape and IE.

public virtual void SetSize(
   int i,
   bool bConvertIEToNS
);

Parameters

i
Pass an int. This int should make this input appear the correct size when viewed in IE.

bConvertIEToNS
Pass a boolean indicating whether or not the first parameter should be converted to an Netscap size.

See Also

HTMLInput Class | com.plumtree.xpshared.htmlelements Namespace | HTMLInput.SetSize Overload List