Difference between revisions of "RxButtonStyle"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxButtonStyle}} Category:Enumerations")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:rxButtonStyle}}
 
{{DISPLAYTITLE:rxButtonStyle}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
rxButtonStyle models element [http://msdn.microsoft.com/en-us/library/dd951634(v=office.12).aspx ST_ButtonStyle] of the MS Custom UI XML specification which the visual style for a Backstage button control.
 +
 +
== Members ==
 +
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 +
{{DocTableEntry | name=rxbtNone}}
 +
{{DocTableEntry | name=rxbtNormal}}
 +
{{DocTableEntry | name=rxbtBorderless}}
 +
{{DocTableEntry | name=rxbtLarge}}
 +
{{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:19, 13 March 2013


Description

rxButtonStyle models element ST_ButtonStyle of the MS Custom UI XML specification which the visual style for a Backstage button control.

Members

Property Name
Description
rxbtNone Value not set
rxbtNormal The button appears normally
rxbtBorderless The button does not display a border around its contents
rxbtLarge The button has a large size

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.