Includes&Samples |
StdType, COM interface constants for VB.Net / VBScriptStdType - interface constants This page contains simple VBA include for the StdType COM library.
library parameters
OLE_TRISTATEenum, 3 members.Public Enum OLE_TRISTATE Unchecked = 0 '&H0 Checked = 1 '&H1 Gray = 2 '&H2 End Enum |