Reflection ActiveX Control
ControlID property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) a unique session ID for the Reflection control.
If you have more than one Reflection session running on a web page, specifying this parameter ensures that each session position is remembered when users return to this page in their browsers.
If you have added a control to a Visual Basic form, you can set the value of this property by selecting the control on your form and using the Properties window.
If you are creating a control on a web page, use the following syntax. (The Class ID used here is for Reflection for HP. Click here for information about ClassIDs for other Reflection products.)
<OBJECT ID ="R1winCtrl"
CLASSID="clsid:15B168AD-AD3C-11D1-A8D8-00A0C9200E61"
<PARAM NAME="ControlID" VALUE="MyValue">
</OBJECT>