dotnetCHARTING Send comments on this topic.
ControlID Property
See Also 
dotnetCHARTING Namespace > NavigatorOptions Class : ControlID Property


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

Visual Basic (Declaration) 
Public Property ControlID As String
Visual Basic (Usage)Copy Code
Dim instance As NavigatorOptions
Dim value As String
 
instance.ControlID = value
 
value = instance.ControlID
C# 
public string ControlID {get; set;}

See Also

© 2010 All Rights Reserved.