MobileForms Toolkit Documentation

ItemLink.MouseDown Method 

Occurs when the mouse button is hold down in the area of the Item.

protected override void MouseDown(
int yOffset,
int parentWidth,
MouseEventArgs e
);

Parameters

yOffset
Vertical offset where to show control.
parentWidth
Width of parent control.
e
MouseEventArgs of the original event.

See Also

ItemLink Class | Resco.Controls.DetailView Namespace