'Declaration Public MustOverride Function GetSolidColor() As System.Nullable(Of Color)
public abstract System.Nullable<Color> GetSolidColor()
Return Value
Returns solid System.Drawing.Color or "null" if the background does not support solid color.
'Declaration Public MustOverride Function GetSolidColor() As System.Nullable(Of Color)
public abstract System.Nullable<Color> GetSolidColor()