InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IThemeSounds Interface / Parent Property


In This Topic
Parent Property (IThemeSounds)
In This Topic
Gets the parent object. The parent is the ITheme object.
Syntax
'Declaration
 
ReadOnly Property Parent As ITheme
 
'Usage
 
Dim instance As IThemeSounds
Dim value As ITheme
 
value = instance.Parent
See Also