Be.Windows.Forms.BuiltInContextMenu.BuiltInContextMenu C# (CSharp) Method

BuiltInContextMenu() private method

Initializes a new instance of BuildInContextMenu class.
private BuiltInContextMenu ( HexBox hexBox ) : System
hexBox HexBox the HexBox control
return System
        internal BuiltInContextMenu(HexBox hexBox)
        {
            _hexBox = hexBox;
            _hexBox.ByteProviderChanged += HexBox_ByteProviderChanged;
        }
        /// <summary>