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


In This Topic
Color Property
In This Topic
Gets the color map object associated with the theme.
Syntax
'Declaration
 
ReadOnly Property Color As IThemeColor
 
'Usage
 
Dim instance As ITheme
Dim value As IThemeColor
 
value = instance.Color
See Also