MobileForms Toolkit Documentation

AdvancedComboBox.OnLink Method 

Handles the LinkClick event.

protected internal virtual void OnLink(
LinkCell c,
ListItem item,
Point index,
int yOffset,
int width
);

Parameters

c
LinkCell that was clicked.
item
ListItem that was clicked.
index
Point containing indexes of item and cell.
yOffset
Vertical offset of the item.
width
width of client rectangle.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace