Difference between revisions of "RxCustomUIMode"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxCustomUIMode}} Category:Enumerations") |
(→Members) |
||
(2 intermediate revisions by the same user not shown) | |||
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=CustomUIMode_static}} | ||
+ | {{DocTableEntry | name=CustomUIMode_dynamic}} | ||
+ | {{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:41, 13 March 2013
Description
rxCustomUIMode specifies the state of an rxCustomUI's context.
Members
Property Name
|
Description
|
CustomUIMode_static | Static mode |
CustomUIMode_dynamic | Dynamic mode |