SilverlightPlugin.OnFullScreenChanged Property
Gets or sets the name of the client JavaScript function (event handler) that is called when full-screen mode is toggled.
Namespace: System.Web.UI.SilverlightControls
Assembly: System.Web.Silverlight (in System.Web.Silverlight.dll)
Syntax
'Declaration
Public Overridable Property OnFullScreenChanged As String
Get
Set
'Usage
Dim instance As SilverlightPlugin
Dim value As String
value = instance.OnFullScreenChanged
instance.OnFullScreenChanged = value
public virtual string OnFullScreenChanged { get; set; }
Property Value
Type: System.String
The name of the JavaScript function that is called when the Silverlight plug-in full-screen mode changes.
Remarks
The Sys.UI.Silverlight.Control.pluginFullScreenChanged client event occurs at runtime when the plug-in toggles to or from full-screen mode.
Note You cannot programmatically set the Silverlight content to full-screen mode; this can only be done by the user at runtime.
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.