ElementSoundKind ElementSoundKind ElementSoundKind ElementSoundKind Enum

Definition

Defines constants that specify the sound played by the ElementSoundPlayer.Play method.

public : enum class ElementSoundKindpublic enum ElementSoundKindPublic Enum ElementSoundKind// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

Focus Focus Focus Focus

The sound to play when an element gets focus.

GoBack GoBack GoBack GoBack

The sound to play when a user navigates back.

Hide Hide Hide Hide

The sound to play when a flyout, dialog, or command bar is closed.

Invoke Invoke Invoke Invoke

The sound to play when an element is invoked.

MoveNext MoveNext MoveNext MoveNext

The sound to play when a user navigates to the next panel or view within a page.

MovePrevious MovePrevious MovePrevious MovePrevious

The sound to play when a user navigates to the previous panel or view within a page.

Show Show Show Show

The sound to play when a flyout, dialog, or command bar is opened.

Remarks

For more info, see Sound in UWP apps.

See Also