Control used to render the alternate content for an SwfObject

Namespace:  GrannetDotNet.Web.UI.WebControls
Assembly:  GrannetDotNet.Web.UI.WebControls (in GrannetDotNet.Web.UI.WebControls.dll)

Syntax

Visual Basic (Declaration)
Public Class SwfObjectAlternateContent _
	Inherits PlaceHolder _
	Implements INamingContainer, ITemplate
C#
public class SwfObjectAlternateContent : PlaceHolder, 
	INamingContainer, ITemplate
Visual C++
public ref class SwfObjectAlternateContent : public PlaceHolder, 
	INamingContainer, ITemplate
JavaScript
GrannetDotNet.Web.UI.WebControls.SwfObjectAlternateContent = function();

Type.createClass(
	'GrannetDotNet.Web.UI.WebControls.SwfObjectAlternateContent',
	PlaceHolder,
	INamingContainer,
	ITemplate);

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.PlaceHolder
      GrannetDotNet.Web.UI.WebControls..::.SwfObjectAlternateContent

See Also