Enumeration used to determine window mode for the Flash object

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

Syntax

Visual Basic (Declaration)
Public Enumeration SwfWMode
C#
public enum SwfWMode
Visual C++
public enum class SwfWMode
JavaScript
GrannetDotNet.Web.UI.WebControls.SwfWMode = function();
GrannetDotNet.Web.UI.WebControls.SwfWMode.createEnum('GrannetDotNet.Web.UI.WebControls.SwfWMode', false);

Members

Member nameDescription
Window
Use window mode
Opaque
Use opaque mode
Transparent
Use transparent mode

See Also