MsoTriState Enumeration

Specifies a tri-state Boolean value.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoTriState
'Usage
Dim instance As MsoTriState
public enum MsoTriState

Members

Member name Description
msoTrue True.
msoFalse False.
msoCTrue Not supported.
msoTriStateToggle Not supported.
msoTriStateMixed Not supported.

See Also

Reference

Microsoft.Office.Core Namespace