Ejemplo n.º 1
0
        protected void OnUpdateInsertOption(object selection)
        {
            int tempInt = entry.Position;

            entry.DeleteSelection();
            entry.InsertText((string)selection, ref tempInt);
        }