Returns true if the mouse is over the control

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP1 (in Visualisierung_BSP1.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract bool mousHit(
	int yLeft,
	int yTop
)
Visual Basic
Public MustOverride Function mousHit ( _
	yLeft As Integer, _
	yTop As Integer _
) As Boolean
Visual C++
public:
virtual bool mousHit(
	int yLeft, 
	int yTop
) abstract

Parameters

yLeft
Type: System..::..Int32
Mouse position X
yTop
Type: System..::..Int32
Mouse position Y

Return Value

true if mouse is over picker

See Also