RanorexRanorex Documentation
SetStyle Method (name, value)
NamespacesRanorexFlexElementSetStyle(String, String)
Sets the string value of the specified UIComponent style.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetStyle(
	string name,
	string value
)
Public Overridable Sub SetStyle ( _
	name As String, _
	value As String _
)
public:
virtual void SetStyle(
	String^ name, 
	String^ value
)
Parameters
name (String)
The name of the style.
value (String)
The string value of the style to set.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

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