TCEVENTVIEW_CONTEXTMENUFLAGS

This enum is used to disable context menu functions

enum TCEVENTVIEW_CONTEXTMENUFLAGS
{
    TCEVENTVIEW_NOTHINGDISABLED =0x0000,
    TCEVENTVIEW_DISABLECONFIRM =0x0001,
    TCEVENTVIEW_DISABLERESET =0x0002,
    TCEVENTVIEW_DISABLEDETAILS =0x0004,
    TCEVENTVIEW_DISABLEDOCLINKS =0x0008,
    TCEVENTVIEW_DISABLECLEARACTIVEALL =0x0010,
    TCEVENTVIEW_DISABLECLEARLOGGEDALL =0x0020,
    TCEVENTVIEW_DISABLECOMMENT =0x0040,
    TCEVENTVIEW_DISABLEALL =0xFFFF
}

Parameters

Item

Description

TCEVENTVIEW_NOTHINGDISABLED

all functions of the context menu are enabled

TCEVENTVIEW_DISABLECONFIRM

removes confirmation functions from the context menu

TCEVENTVIEW_DISABLERESET

removes reset functions from the context menu

TCEVENTVIEW_DISABLEDETAILS

removes detail functions from the context menu

TCEVENTVIEW_DISABLEDOCLINKS

remove document links functions from the context menu

TCEVENTVIEW_DISABLECLEARACTIVEALL

removes clear active functions from the context menu

TCEVENTVIEW_DISABLECLEARLOGGEDALL

remove clear logged functions from the context menu

TCEVENTVIEW_DISABLEALL

disable all functions of the context menu