sound property

sound property

Represents the playing sound of the hyperlink. Read/write IAudio.

Definition:

@property
def sound(self):
    ...

@sound.setter
def sound(self, value):
    ...

See Also