método remove_active_x_control

remove_active_x_control

Eliminar el control activeX.

def remove_active_x_control(self):
    ...

Ejemplo


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

Ver también