RanorexRanorex Documentation
GetStyle Method (name, propertyname)
NamespacesRanorexFlexElementGetStyle(String, String)
Gets the string value of the specified UIComponent style.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetStyle(
	string name,
	string propertyname
)
Public Overridable Function GetStyle ( _
	name As String, _
	propertyname As String _
) As String
public:
virtual String^ GetStyle(
	String^ name, 
	String^ propertyname
)
Parameters
name (String)
The name of the style.
propertyname (String)
The name of the sub-property, can be null.
Return Value
The contents of the requested style.
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)