RanorexRanorex Documentation
SetPropertyValue Method (name, value)
NamespacesRanorexControlSetPropertyValue(String, Object)
Sets the (serializable) value of the specified control property.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertyValue(
	string name,
	Object value
)
Public Overridable Sub SetPropertyValue ( _
	name As String, _
	value As Object _
)
public:
virtual void SetPropertyValue(
	String^ name, 
	Object^ value
)
Parameters
name (String)
The name of the property.
value (Object)
The value (must be serializable) to set the property to.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

Assembly: Ranorex.Plugin.WinForms (Module: Ranorex.Plugin.WinForms) Version: 3.2.3.16825 (3.2.3.16825)