Difference between revisions of "RxGroupStyle"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxGroupStyle}} Category:Enumerations") |
(→Members) |
||
(One intermediate revision by the same user not shown) | |||
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=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> |
Latest revision as of 15: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 |
rxgError | The controlâÂÂs visual style indicates an error |