Uiinfrastructure API Docs  
 

HTMLInput.SetSize Method

Set the value of the size attribute.

Overload List

Set the value of the size attribute.

public virtual void SetSize(int);

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,bool);

Set the value of the size attribute.

public virtual void SetSize(string);

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(string,bool);

See Also

HTMLInput Class | com.plumtree.xpshared.htmlelements Namespace