Property | Type | Description | |
---|---|---|---|
BuildInContextMenuStrip_Opening | void | ||
BuiltInContextMenu | System | ||
CheckBuiltInContextMenu | void | ||
CopyMenuItem_Click | void | ||
CutMenuItem_Click | void | ||
HexBox_ByteProviderChanged | void | ||
PasteMenuItem_Click | void | ||
SelectAllMenuItem_Click | void |
Method | Description | |
---|---|---|
BuildInContextMenuStrip_Opening ( object sender, CancelEventArgs e ) : void |
Before opening the ContextMenuStrip, we manage the availability of the items.
|
|
BuiltInContextMenu ( HexBox hexBox ) : System |
Initializes a new instance of BuildInContextMenu class.
|
|
CheckBuiltInContextMenu ( ) : void |
Assigns the ContextMenuStrip control to the HexBox control.
|
|
CopyMenuItem_Click ( object sender, |
The handler for the "Copy"-Click event
|
|
CutMenuItem_Click ( object sender, |
The handler for the "Cut"-Click event
|
|
HexBox_ByteProviderChanged ( object sender, |
If ByteProvider
|
|
PasteMenuItem_Click ( object sender, |
The handler for the "Paste"-Click event
|
|
SelectAllMenuItem_Click ( object sender, |
The handler for the "Select All"-Click event
|