You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<commandtag="enable menu">enable menu Command</command>
<commandtag="disable">disable Command</command>
<commandtag="hilite">hilite Command</command>
</references>
<history>
<introducedversion="1.0">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary>Enables a <keywordtag="control">control</keyword> so that it responds to user actions.</summary>
<examples>
<example>enable the selectedObject</example>
<example>enable field "Info" of stack "Entry"</example>
</examples>
<description>
<p>Use the <b>enable</b> <glossarytag="command">command</glossary> to allow an <glossarytag="object">object</glossary> to respond to mouse clicks or keypresses.</p><p/><p><b>Parameters:</b></p><p>The <i>object</i> is any <keywordtag="control">control</keyword> in an open <objecttag="stack">stack</object>.</p><p/><p><b>Comments:</b></p><p>The <b>enable</b> <glossarytag="command">command</glossary> is equivalent to setting the <glossarytag="object">object's</glossary> <propertytag="enabled">enabled</property> <glossarytag="property">property</glossary> to true.</p>