ElementSoundMode
ElementSoundMode
ElementSoundMode
ElementSoundMode
Enum
Definition
Defines constants that specify a control's preference for whether sounds are played.
public : enum class ElementSoundModepublic enum ElementSoundModePublic Enum ElementSoundMode// 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
| Default Default Default Default | Sound is played based on the ElementSoundPlayer.State setting. |
| FocusOnly FocusOnly FocusOnly FocusOnly | Sound is played only when focus on the control changes. |
| Off Off Off Off | No sounds are played. |
Remarks
This enumeration is used by the ElementSoundMode property on Control, FlyoutBase, and Hyperlink.
For more info, see Sound in UWP apps.