HttpBrowserCapabilities.Tables Property

Definition

Gets a value indicating whether the client browser supports HTML tables.

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

Property Value

true if the browser client supports tables; otherwise, false. The default is false.

Applies to