expression.BackgroundColor As Color
where expression is a variable that represents a ThemeColor Object
expression.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