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

Parameters

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

Return Value

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