CallType Constants

Microsoft Visual Basic Constants

CallType Constants

       

The following constantscan be used anywhere in your code in place of the actual values:

Constant Value Decription
vbMethod 1 Indicates that a method has been invoked.
vbGet 2 Indicates a Property Get procedure.
vbLet 4 Indicates a Property Let procedure.
vbSet 8 Indicates a Property Set procedure.