add_control_refrernce method

add_control_refrernce(self, name, libid, twiddledlibid, extended_libid)

Add a reference to a twiddled type library and its extended type library.

Returns


def add_control_refrernce(self, name, libid, twiddledlibid, extended_libid):
    ...
ParameterTypeDescription
nameSystem.StringThe name of reference.
libidSystem.StringThe identifier of an Automation type library.
twiddledlibidSystem.StringThe identifier of a twiddled type library
extended_libidSystem.StringThe identifier of an extended type library

Remarks

NOTE: This method is now obsolete. Instead, please use VbaProjectReferenceCollection.AddControlReferernce() method. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also