RanorexRanorex Documentation
InheritsFrom Method (flavorName)
NamespacesRanorex.CoreFlavorInheritsFrom(String)
Test whether the current flavor inherits from a flavor with the given name.
Declaration Syntax
C#Visual BasicVisual C++
public bool InheritsFrom(
	string flavorName
)
Public Function InheritsFrom ( 
	flavorName As String
) As Boolean
public:
bool InheritsFrom(
	String^ flavorName
)
Parameters
flavorName (String)
Name of the flavor.
Return Value
Boolean
True if the current flavor derives from the flavor with name flavorName.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)