Search
FlowChart.ScriptHelper Property
See Also
 



Gets an object which provides various utility methods that can be used in a web page script.

 Syntax

VB6  Copy Code

Public Property Get ScriptHelper() As ScriptHelper

C++  Copy Code

public:
ScriptHelper* get_ScriptHelper ()

 Property Value

An instance of the ScriptHelper class.

 See Also