remove_active_x_control method

remove_active_x_control(self)

Remove activeX control.


def remove_active_x_control(self):
    ...

Example


if shape.active_x_control != None:
    shape.remove_active_x_control()

See Also