Infragistics2.Win.v8.1
Contains Method
See Also 
Infragistics.Win Namespace > UIElement Class : Contains Method

Checks if the point is over the element. This may be overridden in derived classes for specialized hit test logic.

Overload List

OverloadDescription
Contains(Point) Checks if the point is over the element. This may be overridden in derived classes for specialized hit test logic.  
Contains(Point,Boolean) Checks if the point is over the element. This may be overridden in derived classes for specialized hit test logic.  

See Also