SchedulerMenuItem Constructors
Represents an individual item that is displayed within a Scheduler‘s popup (context) menu.Name | Parameters | Description |
---|---|---|
SchedulerMenuItem() | none | Initializes a new instance of the SchedulerMenuItem class with default settings. |
SchedulerMenuItem(String, EventHandler, Image, EventHandler) | caption, click, image, update | Initializes a new instance of the SchedulerMenuItem class with the specified caption, image, and event handlers for clicking and updating. |
SchedulerMenuItem(String, EventHandler, Image) | caption, click, image | Initializes a new instance of the SchedulerMenuItem class with the specified caption, image, and click event handler. |
SchedulerMenuItem(String, EventHandler) | caption, click | Initializes a new instance of the SchedulerMenuItem class with the specified caption and click event handler. |
SchedulerMenuItem(String) | caption | Initializes a new instance of the SchedulerMenuItem class with the specified caption. |
See Also