Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22006 | Dec 1,2004 09:08 AM UTC | Dec 2,2004 09:32 AM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
In your menuhandlers, you can call these methods to copy/cut or paste the selections.
grid.Model.CutPaste.Copy();
grid.Model.CutPaste.Cut();
grid.Model.CutPaste.Paste();
>this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
>
>
>In your menuhandlers, you can call these methods to copy/cut or paste the selections.
>
>grid.Model.CutPaste.Copy();
>grid.Model.CutPaste.Cut();
>grid.Model.CutPaste.Paste();
>
>
>
>
> This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.