MsoTriState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a tri-state Boolean value.
public enum class MsoTriState
public enum MsoTriState
Public Enum MsoTriState
- Inheritance
-
MsoTriState
Fields
msoCTrue | 1 | Not supported. |
msoFalse | 0 | False. |
msoTriStateMixed | -2 | Not supported. |
msoTriStateToggle | -3 | Not supported. |
msoTrue | -1 | True. |