UtilFormsMouseIsOverControl Method
Determinates whether the mouse pointer is inside the boundaries of a specified control.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public:
static bool MouseIsOverControl(
Control^ ctrl
)
static member MouseIsOverControl :
ctrl : Control -> bool
No code example is currently available or this language may not be supported.
- ctrl Control
-
The control.
Boolean if the mouse pointer is inside the pixel range,
otherwise.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isOverControl As Boolean = MouseIsOverControl(PictureBox1)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.