PopupMenuShowingEventArgs Properties
Provides data for the SchedulerControl.PopupMenuShowing event.| Name | Description |
|---|---|
| Allow | Gets or sets whether to enable the popup menu. |
| HitInfo | Gets an object that identifies the menu UI element that the user clicked on. |
| Menu | Gets or sets the popup (context) menu for which this event was raised. |
| MenuType | Gets the type of the popup menu. |
| Point | Gets the position to invoke the popup menu. |
See Also