CopyHex() 공개 메소드

Copies the current selection in the hex box to the Clipboard in hex format.
public CopyHex ( ) : void
리턴 void
예제 #1
0
 private void menuCopyHex_Click(object sender, EventArgs e)
 {
     hexBox1.CopyHex();
 }