Previous PageNext Page

8.1.12 Tristate Constants

These constants are only available when your project has an explicit reference to the appropriate type library containing these constant definitions. For VBScript, you must explicitly declare these constants in your code.
 

Constant Value Description
TristateTrue
 
-1
 
True
 
TristateFalse
 
0
 
False
 
TristateUseDefault
 
-2
 
Use default setting
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page