Difference between revisions of "RxTristate"
From Ribbon Commander Documentation
(Created page with "{{DISPLAYTITLE:rxTristate}} Category:Enumerations") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:rxTristate}} | {{DISPLAYTITLE:rxTristate}} | ||
[[Category:Enumerations]] | [[Category:Enumerations]] | ||
+ | |||
+ | |||
+ | == Description == | ||
+ | rxTristate specifies a boolean value with an additional 'not set' state. | ||
+ | |||
+ | == Members == | ||
+ | {{DocTableBegin | Col1Name=Property Name | Col2Name=Description}} | ||
+ | {{DocTableEntry | name=rxTrue}} | ||
+ | {{DocTableEntry | name=rxFalse}} | ||
+ | {{DocTableEntry | name=rxNone}} | ||
+ | {{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:54, 13 March 2013
Description
rxTristate specifies a boolean value with an additional 'not set' state.
Members
Property Name
|
Description
|
rxTrue | True state |
rxFalse | False state |
rxNone | Value not set |