ElementSoundKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants that specify the sound played by the ElementSoundPlayer.Play method.
public enum class ElementSoundKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class ElementSoundKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum ElementSoundKind
Public Enum ElementSoundKind
- Inheritance
-
ElementSoundKind
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Focus | 0 | The sound to play when an element gets focus. |
Invoke | 1 | The sound to play when an element is invoked. |
Show | 2 | The sound to play when a flyout, dialog, or command bar is opened. |
Hide | 3 | The sound to play when a flyout, dialog, or command bar is closed. |
MovePrevious | 4 | The sound to play when a user navigates to the previous panel or view within a page. |
MoveNext | 5 | The sound to play when a user navigates to the next panel or view within a page. |
GoBack | 6 | The sound to play when a user navigates back. |
Remarks
For more info, see Sound in UWP apps.