'Declaration Function GetDefaultForegroundColor() As Nullable(Of Color)
'Usage Dim instance As IActualValue Dim value As Nullable(Of Color) value = instance.GetDefaultForegroundColor()
Nullable<Color> GetDefaultForegroundColor()
Return Value
The default color of the foreground.