HttpBrowserCapabilitiesBase.IsColor Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser has a color display.

public:
 virtual property bool IsColor { bool get(); };
public virtual bool IsColor { get; }
member this.IsColor : bool
Public Overridable ReadOnly Property IsColor As Boolean

Property Value

true if the browser has a color display; otherwise, false.

Exceptions

Applies to