Difference between revisions of "RxExpand"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxExpand}} Category:Enumerations")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:rxExpand}}
 
{{DISPLAYTITLE:rxExpand}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
rxExpand models element [http://msdn.microsoft.com/en-us/library/dd773078(v=office.12).aspx ST_Expand] of the MS Custom UI XML specification which specifies the direction or directions that the relevant control expands within its container.
 +
 +
== Members ==
 +
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 +
{{DocTableEntry | name=rxeNone}}
 +
{{DocTableEntry | name=rxeHorizontal}}
 +
{{DocTableEntry | name=rxeVertical}}
 +
{{DocTableEntry | name=rxeBoth}}
 +
{{DocTableEntry | name=rxeNeither}}
 +
{{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:22, 13 March 2013


Description

rxExpand models element ST_Expand of the MS Custom UI XML specification which specifies the direction or directions that the relevant control expands within its container.

Members

Property Name
Description
rxeNone Value not set
rxeHorizontal Specifies that the control expands horizontally
rxeVertical Specifies that the control expands vertically
rxeBoth Specifies that the control expands both horizontally and vertically
rxeNeither Specifies that the control does not expand

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.