Click or drag to resize

ObjectProxySetText Method (String)

Sets the value of the property with the name "Text".

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetText(
	string aText
)

Parameters

aText
Type: SystemString
the next value for the Text property
Remarks
This is a convenience wrapper for this[ ObjectPropertyNames.Text ] = aText.
See Also