RanorexRanorex Documentation
SetPropertyValue Method (flags, name, value)
NamespacesRanorexControlSetPropertyValue(BindingFlags, String, Object)
Sets the (serializable) value of the specified control property.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertyValue(
	BindingFlags flags,
	string name,
	Object value
)
Public Overridable Sub SetPropertyValue ( _
	flags As BindingFlags, _
	name As String, _
	value As Object _
)
public:
virtual void SetPropertyValue(
	BindingFlags flags, 
	String^ name, 
	Object^ value
)
Parameters
flags (BindingFlags)
A combination of flags that further specify which property to set.
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)