Uiinfrastructure API Docs  
 

HTMLCheckBox.StoreUserInput Method 

Store the new value of this HTML component. Sets bChecked to true if the value of this checkbox is present in _htRequestParameters.

public override int StoreUserInput(
   XPHashtable _htRequestParameters
);

Parameters

_htRequestParameters

Implements

IPageControl.StoreUserInput

See Also

HTMLCheckBox Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace