SoundEffectsEnabled Property (FlexPie)
In This Topic
Syntax
'Declaration
Public Overridable Property SoundEffectsEnabled As Boolean
'Usage
Dim instance As FlexPie
Dim value As Boolean
instance.SoundEffectsEnabled = value
value = instance.SoundEffectsEnabled
public virtual bool SoundEffectsEnabled {get; set;}
See Also