Class FlexTabFlavorElement
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
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
localPointPointThe 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.