Click or drag to resize
TabItemContains Method (Point)
Tests if a point is in the tab.

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

Parameters

pt
Type: System.DrawingPoint
The point to be tested.

Return Value

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