<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediamonkey.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ISDBUICommon%3A%3AAlign</id>
	<title>ISDBUICommon::Align - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediamonkey.com/wiki/index.php?action=history&amp;feed=atom&amp;title=ISDBUICommon%3A%3AAlign"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBUICommon::Align&amp;action=history"/>
	<updated>2026-05-23T12:41:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBUICommon::Align&amp;diff=1822&amp;oldid=prev</id>
		<title>Jiri at 15:11, 23 March 2007</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBUICommon::Align&amp;diff=1822&amp;oldid=prev"/>
		<updated>2007-03-23T15:11:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{MethodDeclaration|SDBUICommon|ISDBUICommon|Property Get/Let Align As Long}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Value of this property controls alignment of the control in its parent control. It is mostly used for panels. It can be:&lt;br /&gt;
* 0 (alNone) - No alignment is applied.&lt;br /&gt;
* 1 (alTop) - Control is aligned to the top.&lt;br /&gt;
* 2 (alBottom) - Control is aligned to the bottom.&lt;br /&gt;
* 3 (alLeft) - Control is aligned to the left.&lt;br /&gt;
* 4 (alRight) - Control is aligned to the right.&lt;br /&gt;
* 5 (alClient) - Control completely covers its parent.&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Set Head = UI.NewPanel( Form)&lt;br /&gt;
Head.Common.Align = 1   &amp;#039; Align panel to the top of form&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBUICommon|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBUICommon|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
</feed>