Plumtree UI Infrastructure API  
 

HTMLSelect.SetValue Method 

Call this method to set the value attribute value. The nested option having this value will be set selected. If no nested option has this value, an exception will be thrown.

public override void SetValue(
   string s
);

Parameters

s
String value

See Also

HTMLSelect Class | com.plumtree.xpshared.htmlelements Namespace