Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the Visual Basic 6.0 TriState constants and their Visual Basic 2008 equivalents.
Note
For backward compatibility, the Visual Basic 6.0 TriState constants can still be used in Visual Basic 2008. For more information, see TriState Enumeration.
Visual Basic 6.0 |
Visual Basic 2008 Equivalent |
---|---|
vbTrue |
TriState.True |
vbFalse |
TriState.False |
vbUseDefault |
TriState.UseDefault |