ICustomizer.getHitTest

Overview | Methods | This Package | All Packages

ICustomizer.getHitTest

Determines whether the specified point is active.

Syntax

public boolean getHitTest( Point point )

Parameters

point

A Point object that represents a point relative to the upper-left corner of the component.

Return Value

Returns true if the point should be considered active, meaning the user can interact with it; otherwise, returns false.

Remarks

This method allows a component to support a design-time user interface. When getHitTest returns true, mouse messages at the specified point can be passed to the component.