The ALog.ShowContextMenuItem method can be used to hide individual items of the contecxt menu. For example:
log1.ShowContextMenuItem(alogContextMenuItemClear, False)
would hide the Clear from the context menu.
To remove the context menu all together add the following to the Form.OnLoad event:
log1.ShowContextMenuItem(-1, False)