ActiveXModule.MemberType

Syntax

ActiveXModule.MemberType

Data Type

ActiveXModuleMemberTypes

Use the following constants with this data type:

  • ActiveXMember_CallMethod –(Value: 1) Specifies that the module calls a method.
  • ActiveXMember_DoNotCall –(Value: -1) Specifies that the module does not call a method or access a property.
  • ActiveXMember_GetProperty –(Value: 2) Specifies that the module gets a property.
  • ActiveXMember_SetProperty –(Value: 4) Specifies that the module sets a property.
  • ActiveXMember_SetPropertyByRef –(Value: 8) Specifies that the module sets a reference to a property.

Purpose

Specifies whether the module calls a method or accesses a property.

See Also

ActiveXModule.MemberName

ActiveXModule.Parameters