Plumtree UI Infrastructure API  
 

HTMLRadioButtonGroupPlus.GetElement Method 

Return the RadioButtonPlus object at the given index.

public virtual HTMLRadioButtonPlus GetElement(
   int _iIndex
);

Parameters

_iIndex
the index of the returned button

Return Value

the RadioButtonPlus object at the given index

See Also

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