ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ContextMenuOpenArgs Class / Cancel Property

In This Topic
    Cancel Property (ContextMenuOpenArgs)
    In This Topic
    Determines whether the default menu handler should be cancelled.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}

    Property Value

    Boolean value.
    Remarks
    This parameter should be set to True to disable or replace built-in context menus.
    See Also