TriState Enumeration

 <  Day Day Up  >  

The TriState enumeration is used by parameters that are Boolean but can have a default setting.

 False = 0 

The value is False . Constant equivalent: vbFalse .

 True = -1 

The value is True . Constant equivalent: vbTrue .

 UseDefault = -2 

The value is the default value. Constant equivalent: vbUseDefault .

 <  Day Day Up  >  


The Visual Basic .NET Programming Language
The Visual Basic .NET Programming Language
ISBN: 0321169514
EAN: 2147483647
Year: 2004
Pages: 173
Authors: Paul Vick

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net