[]
Represents the types of context menus that can be displayed within the ActiveReports designer environment.
public enum ContextMenuTypes
Name | Description |
---|---|
Control | Represents a context menu specific to a control within a report. This menu usually offers options for modifying or interacting with the control. |
Page | Represents a context menu for a page within the report. This menu might include options related to page setup, background, and other page-specific settings. |
PageTab | Represents a context menu for the page tab area within the designer. This menu could offer options for managing report pages, such as adding or removing pages. |
Report | Represents a context menu for the report as a whole. This menu might include options for report properties, data sources, and other global settings. |
RichText | Represents a context menu for text editing within a RichText control. This menu typically provides text formatting options and other text-related functionalities. |
Section | Represents a context menu specific to a report section. This menu typically contains actions related to the section itself. |