ActiveXMember.MemberType

Syntax

ActiveXMember.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

Returns a value that indicates whether the member is a method or property.