remove_active_x_control metod

remove_active_x_control

Ta bort ActiveX-kontrollen.

def remove_active_x_control(self):
    ...

Exempel


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

Se även