RenderPathID Enumerated Type

Specifies the rendering path being used.

Syntax

Visual Basic  Public  Enum RenderPathID
C# public   enum RenderPathID
Managed C++ public:   enum RenderPathID
JScript public   enum RenderPathID

Constants

Constant Name Description
DownlevelPath The downlevel browser path. With Windows Internet Explorer WebControls, a downlevel browser is Microsoft Internet Explorer 5.01 or earlier or a browser other than Internet Explorer.
UplevelPath The uplevel browser path. With WebControls, an uplevel browser is Internet Explorer 5.5 or later.
DesignerPath Render contents in designer mode.
MaxPath Use this when adding paths. The new path ID(s) should be greater than or equal to MaxPath.

Enumerated Type Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

See Also

Internet Explorer WebControls