Difference between revisions of "RxCustomUIMode"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxCustomUIMode}} Category:Enumerations") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxCustomUIMode}} | {{DISPLAYTITLE:rxCustomUIMode}} | ||
[[Category:Enumerations]] | [[Category:Enumerations]] | ||
+ | |||
+ | == Description == | ||
+ | rxCustomUIMode specifies the state of an [[rxCustomUI]]'s context | ||
+ | |||
+ | == 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> |
Revision as of 15:40, 13 March 2013
Description
rxCustomUIMode specifies the state of an rxCustomUI's context
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 |