Difference between revisions of "RxLayoutChildren"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxLayoutChildren}} Category:Enumerations")
 
 
Line 1: Line 1:
 
{{DISPLAYTITLE:rxLayoutChildren}}
 
{{DISPLAYTITLE:rxLayoutChildren}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
rxGroupStyle models element [http://msdn.microsoft.com/en-us/library/dd946456(v=office.12).aspx ST_LayoutChildren] of the MS Custom UI XML specification which specifies the direction in which child controls of a container control are laid out.
 +
 +
== Members ==
 +
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 +
{{DocTableEntry | name=rxlNone}}
 +
{{DocTableEntry | name=rxlHorizontal}}
 +
{{DocTableEntry | name=rxlVertical}}
 +
{{DocTableEnd}}
 +
 +
== Remarks ==
 +
 +
== Examples ==
 +
 +
=== VBA ===
 +
<syntaxhighlight lang="vb" line>
 +
</syntaxhighlight>
 +
 +
=== C# ===
 +
<syntaxhighlight lang="csharp" line>
 +
</syntaxhighlight>
 +
 +
=== VB.NET ===
 +
<syntaxhighlight lang="vb" line>
 +
</syntaxhighlight>
 +
 +
=== C++ ===
 +
<syntaxhighlight lang="cpp" line>
 +
</syntaxhighlight>

Latest revision as of 16:29, 13 March 2013


Description

rxGroupStyle models element ST_LayoutChildren of the MS Custom UI XML specification which specifies the direction in which child controls of a container control are laid out.

Members

Property Name
Description
rxlNone Value not set
rxlHorizontal Specifies that child controls are laid out horizontally
rxlVertical Specifies that child controls are laid out vertically

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.