Difference between revisions of "RxGroupStyle"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxGroupStyle}} Category:Enumerations")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:rxGroupStyle}}
 
{{DISPLAYTITLE:rxGroupStyle}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
rxGroupStyle models element [http://msdn.microsoft.com/en-us/library/dd906145(v=office.12).aspx ST_GroupStyle] of the MS Custom UI XML specification which specifies the visual style for a Backstage group control.
 +
 +
== Members ==
 +
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 +
{{DocTableEntry | name=rxgNone}}
 +
{{DocTableEntry | name=rxgNormal}}
 +
{{DocTableEntry | name=rxgWarning}}
 +
{{DocTableEntry | name=rxeBoth}}
 +
{{DocTableEntry | name=rxgError}}
 +
{{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>

Revision as of 16:25, 13 March 2013


Description

rxGroupStyle models element ST_GroupStyle of the MS Custom UI XML specification which specifies the visual style for a Backstage group control.

Members

Property Name
Description
rxgNone Value not set
rxgNormal The control is displayed with the normal visual appearance
rxgWarning The control’s visual style indicates a warning
rxeBoth Specifies that the control expands both horizontally and vertically
rxgError The control’s visual style indicates an error

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.