private void WavMp3_PropertyClicked(PropertyPage props, ClickType click, int propIdx, int rowIdx, int colIdx) { if (propIdx == 9 && click == ClickType.Right && colIdx == 2) { props.UpdateMultiColumnList(propIdx, rowIdx, colIdx, 50); } }