[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ContextMenuOpenArgs

ContextMenuOpenArgs Class

Provides data for the event that is raised when a context menu is about to be opened within the designer.

Inheritance
ContextMenuOpenArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class ContextMenuOpenArgs : EventArgs
Remarks

This class encapsulates information about the context menu that is being requested, including the source component and the specific type of context menu. It also allows the opening of the context menu to be cancelled.

Properties

Name Description
Cancel

Gets or sets a value indicating whether this ContextMenuOpenArgs is cancel.

MenuType

Gets a value representing the type of context menu that is requested.

Source

Gets a value representing the source component for which the context menu is being opened.