Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <param> Element
  
<param> Element
The <param> element provides parameters for the ActiveX control defined with the parent <activex> element. This element can have no child elements.
The <param> element has the following attributes:
name = CDATA
The name of one of the ActiveX control’s properties.
value = CDATA
Sets the value of the property specified by name.