Plumtree UI Infrastructure API  
 

HTMLCheckBoxGroupPlus.GetElement Method 

Return a specific CheckBoxPlus object by index.

public virtual HTMLCheckBoxPlus GetElement(
   int _iIndex
);

Parameters

_iIndex
the index

Return Value

the CheckBoxPlus object at the index.

See Also

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