* TextControl.cs: new param for ReplaceSelection which
commit01a0f40b03f0a9283fef15d37472b54420467672
authorJackson Harper <jackson@novell.com>
Mon, 27 Nov 2006 14:40:32 +0000 (27 14:40 -0000)
committerJackson Harper <jackson@novell.com>
Mon, 27 Nov 2006 14:40:32 +0000 (27 14:40 -0000)
tree86dd7aa401b953b86d70c15893a616ea6b50c1a3
parent17eaa5f2d84ce922d8c7d450637d80719a736fb3
    * TextControl.cs: new param for ReplaceSelection which
         determines
        whether we select the new selection, or set the cursor to the
end
        of the new selection.
        * TextBoxBase.cs: Use new param for ReplaceSelection.  When
        pasting, select the new text.
        * RichTextBox.cs: Use new param for ReplaceSelection.

svn path=/trunk/mcs/; revision=68514
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RichTextBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs