Reflection
FieldEnterEventSound Property


Gets or sets the path to the sound file that is played when the cursor enters a field in a display session.
Syntax
'Declaration
 
Property FieldEnterEventSound As String
'Usage
 
Dim instance As IThemeSounds
Dim value As String
 
instance.FieldEnterEventSound = value
 
value = instance.FieldEnterEventSound
string FieldEnterEventSound {get; set;}
See Also