Difference between revisions of "RxTaskSizes"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxTaskSizes}} Category:Enumerations") |
(→Members) |
||
(One intermediate revision by the same user not shown) | |||
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=rxtLargeMedium}} | ||
+ | {{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> |
Latest revision as of 15:36, 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 |
rxtLargeMedium | Specifies that tasks are of large or medium size |
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 |