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
type MsoTriState =
Public Enum MsoTriState
- Inheritance
-
MsoTriState
Fields
Name | Value | Description |
---|---|---|
msoTriStateToggle | -3 | Not supported. |
msoTriStateMixed | -2 | Not supported. |
msoTrue | -1 | True. |
msoFalse | 0 | False. |
msoCTrue | 1 | Not supported. |