Difference between revisions of "RxTaskSizes"

From Ribbon Commander Documentation
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:rxTaskSizes}} Category:Enumerations")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:rxTaskSizes}}
 
{{DISPLAYTITLE:rxTaskSizes}}
 
[[Category:Enumerations]]
 
[[Category:Enumerations]]
 +
 +
== Description ==
 +
rxTaskSizes models element [http://msdn.microsoft.com/en-us/library/ff385371(v=office.12).aspx ST_TaskSizes] of the MS Custom UI XML specification which specifies the allowed sizes of a control’s tasks.
 +
 +
== Members ==
 +
{{DocTableBegin | Col1Name=Property Name | Col2Name=Description}}
 +
{{DocTableEntry | name=rxtNone}}
 +
{{DocTableEntry | name=rxtLargeMediumSmall}}
 +
{{DocTableEntry | name=rxtLargetMedium}}
 +
{{DocTableEntry | name=rxtLarge}}
 +
{{DocTableEntry | name=rxtMediumSmall}}
 +
{{DocTableEntry | name=rxtMedium}}
 +
{{DocTableEntry | name=rxtSmall}}
 +
{{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:34, 13 March 2013


Description

rxTaskSizes models element ST_TaskSizes of the MS Custom UI XML specification which specifies the allowed sizes of a control’s tasks.

Members

Property Name
Description
rxtNone Value not set
rxtLargeMediumSmall Specifies that tasks are of large, medium, or small size
Template:Name rxtLargetMedium Template:Desc rxtLargetMedium
rxtLarge Specifies that tasks are of large size
rxtMediumSmall Specifies that tasks are of medium or small size
rxtMedium Specifies that tasks are of medium size
rxtSmall Specifies that tasks are of small size

Remarks

Examples

VBA

  1.  

C#

  1.  

VB.NET

  1.  

C++

  1.