Uiinfrastructure API Docs  
 

HTMLInput Constructor (Int32, String, String)

Call this method to create a new HTMLInput object.

public HTMLInput(
   int iHTMLInputType,
   string sTagName,
   string alt
);

Parameters

iHTMLInputType
Pass an int describing the type of this input element.
sTagName
Pass the name of this element.
alt
Pass the alt attribute of this element.

See Also

HTMLInput Class | com.plumtree.xpshared.htmlelements Namespace | HTMLInput Constructor Overload List | HTMLInputTypes