remove_active_x_control Methode

remove_active_x_control(self)

ActiveX-Steuerelement entfernen.


def remove_active_x_control(self):
    ...

Beispiel


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

Siehe auch