dotnetCHARTING Send comments on this topic.
Current Property
See Also 
dotnetCHARTING.Zoomer Namespace > ClientScriptProxy Class : Current Property


Current instance of this class which should always be used to access this object. There are no public constructors to ensure the reference is used as a Singleton to further ensure that all scripts are written to the same clientscript manager.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Current As ClientScriptProxy
Visual Basic (Usage)Copy Code
Dim value As ClientScriptProxy
 
value = ClientScriptProxy.Current
C# 
public static ClientScriptProxy Current {get;}

See Also

© 2011 All Rights Reserved.