BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridControl1_GridControlMouseDown(object sender, CancelMouseEventArgs e) { if(e.MouseEventArgs.Button == MouseButtons.Right) e.Cancel = true; }