Click or drag to resize
TabItemContains Method (Int32, Int32)
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(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The tested point's X coordinate.
y
Type: SystemInt32
The tested point's Y coordinate.

Return Value

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