C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / PlaySoundEffect Method


In This Topic
PlaySoundEffect Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("playSoundEffect", 
   "(I)V", 
   "GetPlaySoundEffect_IHandler")>
Public Overridable Sub PlaySoundEffect( _
   ByVal soundConstant As Android.Views.SoundEffects _
) 
 
'Usage
 
Dim instance As C1ComboBox
Dim soundConstant As Android.Views.SoundEffects
 
instance.PlaySoundEffect(soundConstant)

Parameters

soundConstant
See Also