<?xml version="1.0" encoding="Windows-1255" ?><Component name="Dialog" id="core.lib:Dialog" sort="24" urn="core.lib:Dialog.htc" toc="\"><Summary>A dialog box display and controller element.&lt;br/&gt;
	Implements topmost &lt;b&gt;boxed object&lt;/b&gt; functionality. See &lt;q ref=&quot;core.lib:Box&quot;&gt;Box&lt;/q&gt; for details.</Summary><Copyright>(c) SAP AG 2003-2006. All rights reserved.</Copyright>
<Topics>
<Property name="glyph" default="DIALOG" access="RW" sortGroup="true" scope="public" id="core.lib:Dialog!glyph" sort="34" group="Properties" seq="0000"><Summary>Gets or sets the control styling glyph.</Summary></Property>
<Property name="visible" type="Boolean" default="true" access="RW" sortGroup="true" scope="public" id="core.lib:Dialog!visible" sort="34" group="Properties" seq="0001"><Summary>Gets or sets whether the dialog is visible.</Summary></Property>
<Method name="hide" sortGroup="true" scope="public" id="core.lib:Dialog!hide" sort="35" group="Methods" seq="0002"><Summary>Hides the dialog.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;hide&lt;/b&gt;() &amp;rarr; void"></Parameters><Return></Return></Method>
<Method name="layout" sortGroup="true" scope="public" id="core.lib:Dialog!layout" sort="35" group="Methods" seq="0003"><Summary>Lays out the dialog and all its contained boxes.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;layout&lt;/b&gt;() &amp;rarr; void"></Parameters><Return></Return><Remarks>To efficiently layout a tesselated dialog display use a hierarchy of boxes
		without any intervening elements inside the dialog element,
		and call this method on the root dialog element.</Remarks></Method>
<Method name="show" sortGroup="true" scope="public" id="core.lib:Dialog!show" sort="35" group="Methods" seq="0004"><Summary>Shows the dialog.</Summary><Parameters signature="method:: &lt;i&gt;this&lt;/i&gt;.&lt;b&gt;show&lt;/b&gt;() &amp;rarr; void"></Parameters><Return></Return></Method>
<Event name="onLayout" sortGroup="true" scope="public" id="core.lib:Dialog!onLayout" sort="36" group="Events" seq="0005"><Summary>Fires whenever the dialog is moved/resized.</Summary><Parameters signature="event:: &lt;b&gt;onLayout&lt;/b&gt; &amp;rarr; {}"></Parameters></Event>
</Topics>
</Component>