Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeColor Interface / Parent Property


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