 | TabItemContains Method (Point) |
Tests if a point is in the tab.
Namespace: Stingray.GridAssembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntaxpublic override bool Contains(
Point pt
)
Public Overrides Function Contains (
pt As Point
) As Boolean
public:
virtual bool Contains(
Point pt
) override
Parameters
- pt
- Type: System.DrawingPoint
The point to be tested.
Return Value
Type:
Booleantrue if the point is in the tab;
false otherwise.
See Also