MobileForms Toolkit Documentation

AdvancedList.ActivateLink Method 

Activates the link at the given row and cell indexes.

public void ActivateLink(
int rowIndex,
int cellIndex
);

Parameters

rowIndex
Index of the row.
cellIndex
Index of the cell.

Remarks

Does nothing, if the Row is not visible, or if the cell at given index is not a LinkCell.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace