private void ApplyOrderedList_Click(object sender, EventArgs e) { CommentBody.Document.ExecCommand("InsertOrderedList", false, null); CommentBody.Focus(); CommentBody.Document.ActiveElement.Focus(); }