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