Uiinfrastructure API Docs  
 

HTMLRadioButtonGroup.Init Method

Initializes a new HTMLRadioButtonGroup object made up of radio buttons with values passed in as the _arrValues argument.

Overload List

Inherited from AHTMLComponent.

public override void Init(PageMgr,string);

Initializes a new HTMLRadioButtonGroup object made up of radio buttons with values passed in as the _arrValues argument.

public virtual void Init(PageMgr,string,string[]);

See Also

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