Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Sounds Property


In This Topic
Sounds Property (ITheme)
In This Topic
Gets the sounds object associated with the theme.
Syntax
'Declaration
 
ReadOnly Property Sounds As IThemeSounds
 
'Usage
 
Dim instance As ITheme
Dim value As IThemeSounds
 
value = instance.Sounds
See Also