Attachmate.Reflection.Objects.Emulation.Common Library > ThemeColor Object : BackgroundColor Property |
Object.BackgroundColor As Color
Attachmate.Reflection.Emulation.Common.ThemeColor color
Function GetBackgroundColor() As Color
If color.IsBackgroundSingleColor Is true
Return color.BackgroundColor
Else
Return Nothing
End Function