ControlID Property (NavigatorOptions)
Gets or sets the ID of the silverlight plugin tag generated on the HTML page. Setting this property provides a reference to the silverlight plugin from within the page using JavaScript.
Syntax
'Declaration Public Property ControlID As String
'Usage Dim instance As NavigatorOptions Dim value As String instance.ControlID = value value = instance.ControlID
public string ControlID {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also