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


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