Difference between revisions of "RxBoxStyle"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxBoxStyle}} Category:Enumerations") |
(→Members) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxBoxStyle}} | {{DISPLAYTITLE:rxBoxStyle}} | ||
[[Category:Enumerations]] | [[Category:Enumerations]] | ||
+ | |||
+ | == Description == | ||
+ | rxBoxStyle models element [http://msdn.microsoft.com/en-us/library/dd909883(v=office.12).aspx ST_BoxStyle] of the MS Custom UI XML specification which specifies the layout style of a container control. | ||
+ | |||
+ | == Members == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableEntry | name=rxbNone}} | ||
+ | {{DocTableEntry | name=rxbHorizontal}} | ||
+ | {{DocTableEntry | name=rxbVertical}} | ||
+ | {{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 15:16, 13 March 2013
Description
rxBoxStyle models element ST_BoxStyle of the MS Custom UI XML specification which specifies the layout style of a container control.
Members
Property Name
|
Description
|
rxbNone | Value not set |
rxbHorizontal | Specifies that child controls are laid out horizontally |
rxbVertical | Specifies that child controls are laid out vertically |