stop_sound_on_click property

stop_sound_on_click property

Determines whether the sound should be stopped on hyperlink click. Read/write bool.

Definition:

@property
def stop_sound_on_click(self):
    ...

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

See Also