Share via


SilverlightWebPart.WindowlessMode Property

Gets or sets a value that indicates whether the Silverlight Web Part renders in windowless mode.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property WindowlessMode As Boolean
    Get
    Set
'Usage
Dim instance As SilverlightWebPart
Dim value As Boolean

value = instance.WindowlessMode

instance.WindowlessMode = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool WindowlessMode { get; set; }

Property Value

Type: System.Boolean
true if the Silverlight Web Part renders in windowless mode; otherwise false.

Remarks

For more information on Silverlight windowless mode, see Windowless (Silverlight Plug-in Object).

See Also

Reference

SilverlightWebPart Class

SilverlightWebPart Members

Microsoft.SharePoint.WebPartPages Namespace