Set new text

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public Sub SetText ( _
	_text As String _
)
C#
public void SetText(
	string _text
)
Visual C++
public:
void SetText(
	String^ _text
)
JavaScript
function setText(_text);

Parameters

_text
Type: System..::.String
New text

See Also