Click or drag to resize
BtnBaseContains Method (Point)
Determines if a point is in the button.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual bool Contains(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The point to check.

Return Value

Type: Boolean
true if the point is in the button; false otherwise.
See Also