C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / SoundEffectsEnabled Property


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