Metodo remove_active_x_control

remove_active_x_control(self)

Rimuovere il controllo ActiveX.


def remove_active_x_control(self):
    ...

Esempio


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

Guarda anche