Overview | Methods | This Package | All Packages
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.