<?xml version="1.0" encoding="Windows-1255" ?><Rule name="getControlPropertyBag" modifier="additive" scope="public" sortGroup="true" id="core.gml:getControlPropertyBag" sort="27" urn="core.gml:rules.controls.getControlPropertyBag.xml" toc="\"><Summary>Gets the list of property bag items for a control.</Summary><Parameters signature="additive rule::&lt;div style=&quot;padding:6 0 0 16&quot;&gt;&lt;b&gt;getControlPropertyBag&lt;/b&gt;(&lt;i&gt;unit&lt;/i&gt;, &lt;i&gt;interactor&lt;/i&gt;, &lt;i&gt;control&lt;/i&gt;, &lt;i&gt;elements&lt;/i&gt;) &amp;rarr; void&lt;/div&gt;"><Param name="unit" type="core.gml:Unit!" typeRef="&lt;q ref=&quot;core.gml:Unit&quot;&gt;Unit&lt;/q&gt;">The Unit classifier.</Param><Param name="interactor" type="core.gml:Interactor!" typeRef="&lt;q ref=&quot;core.gml:Interactor&quot;&gt;Interactor&lt;/q&gt;">The Interactor classifier.</Param><Param name="control" type="core.gml:Control!" typeRef="&lt;q ref=&quot;core.gml:Control&quot;&gt;Control&lt;/q&gt;">The Control classifier.</Param><Param name="elements" type="Array">In/Out array of elements.</Param></Parameters><Classifiers><Classifier name="unit" type="gml:Unit" expr="unit"></Classifier><Classifier name="interactor" type="gml:Interactor" expr="interactor"></Classifier><Classifier name="control" type="gml:Control" expr="control"></Classifier><Classifier name="dataType" type="String" expr="control.dataType">The data type classifier.</Classifier></Classifiers><Return></Return><Remarks>&lt;h2&gt;Dependencies&lt;/h2&gt;&lt;div class=&quot;INSET&quot;&gt;None&lt;/div&gt;
			&lt;h2&gt;Behavior&lt;/h2&gt;
			Use this rule to set which property items and their values are to be contained in the control's property bag.
			The 'elements' is an array that should be filled, for example:
			elements.push({name:&quot;name1&quot;,value:&quot;val1&quot;, editor:null},{name:&quot;name2&quot;,value:&quot;val2&quot;, editor:null});.</Remarks><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright>
<Topics>
</Topics>
</Rule>