DashboardPopupMenuShowingEventArgs Properties
Provides data for the DashboardViewer.PopupMenuShowing, IDashboardControl.PopupMenuShowing, and the DashboardDesigner.PopupMenuShowing events.| Name | Description |
|---|---|
| Allow | Gets or sets whether end-users can invoke a popup menu. |
| ButtonType | Gets the type of the clicked command button. |
| DashboardArea | Gets the value that identifies a popup menu location within the dashboard. |
| DashboardItemArea | Gets the area of the dashboard item for which the event has been raised. |
| DashboardItemName | Gets the name of the dashboard item for which the event has been raised. Inherited from DashboardItemMouseEventArgs. |
| Data | Gets the dashboard item’s client data. Inherited from DashboardItemMouseHitTestEventArgs. |
| Menu | Gets or sets a popup menu. |
See Also