ClickHyperlink
EndSounds Property
|
Indicates whether the sound should be stopped on hyperlink click.
Read-only
Boolean
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool EndSounds { get; set; }
Public Property EndSounds As Boolean
Get
Set
public:
property bool EndSounds {
bool get ();
void set (bool value);
}
member EndSounds : bool with get, set
Property Value
Type:
Boolean
See Also