C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / SoundEffectsEnabled Property


In This Topic
SoundEffectsEnabled Property (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
Public Overridable Property SoundEffectsEnabled As Boolean
 
'Usage
 
Dim instance As C1VectorIcon
Dim value As Boolean
 
instance.SoundEffectsEnabled = value
 
value = instance.SoundEffectsEnabled
See Also