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)

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