Table of Contents

Class FlexTabFlavorElement

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Flex.dll
public class FlexTabFlavorElement : FlexFlavorElement
Inheritance
FlexTabFlavorElement
Inherited Members

Methods

GetAttributeValue(Element, string)

Needs to be implemented for attribute value read access.

public override object GetAttributeValue(Element element, string name)

Parameters

element Element

The element instance used.

name string

The name of the attribute (lowercased).

Returns

object

The attribute value.

HitTest(Point)

Performs an optional hit test on a point within the element's rectangle. The default implementation returns 'true'.

protected override bool HitTest(Point localPoint)

Parameters

localPoint Point

The point in local coordinates.

Returns

bool

Returns true if the point is within the element, otherwise false.

Remarks

This should return 'false' if the point is transparent regarding to mouse clicks.