CopyHex() public method

Copies the current selection in the hex box to the Clipboard in hex format.
public CopyHex ( ) : void
return void
Esempio n. 1
0
 private void menuCopyHex_Click(object sender, EventArgs e)
 {
     hexBox1.CopyHex();
 }