Designer control for the SwfObject control

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

Syntax

Visual Basic (Declaration)
Friend Class SwfObjectDesigner _
	Inherits ControlDesigner
C#
internal class SwfObjectDesigner : ControlDesigner
Visual C++
internal ref class SwfObjectDesigner : public ControlDesigner
JavaScript
GrannetDotNet.Web.UI.WebControls.SwfObjectDesigner = function();

Type.createClass(
	'GrannetDotNet.Web.UI.WebControls.SwfObjectDesigner',
	ControlDesigner);

Inheritance Hierarchy

See Also