C# Class Be.Windows.Forms.BuiltInContextMenu

Inheritance: System.ComponentModel.Component
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Private Properties

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

Private Methods

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, EventArgs e ) : void

The handler for the "Copy"-Click event

CutMenuItem_Click ( object sender, EventArgs e ) : void

The handler for the "Cut"-Click event

HexBox_ByteProviderChanged ( object sender, EventArgs e ) : void

If ByteProvider

PasteMenuItem_Click ( object sender, EventArgs e ) : void

The handler for the "Paste"-Click event

SelectAllMenuItem_Click ( object sender, EventArgs e ) : void

The handler for the "Select All"-Click event