BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
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();
>
>
>
>
>