Skip to main content
A newer version of this page is available. .

DXMenuCheckItem Constructors

Represents a menu item that can be checked and unchecked.
Name Parameters Description
DXMenuCheckItem() none Initializes a new instance of the DXMenuCheckItem class with default settings.
DXMenuCheckItem(String, Boolean, Image, EventHandler) caption, check, image, checkedChanged Initializes a new instance of the DXMenuCheckItem class with the specified caption, image, check state and event handler.
DXMenuCheckItem(String, Boolean) caption, check Initializes a new instance of the DXMenuCheckItem class with the specified caption and check state.
DXMenuCheckItem(String) caption Initializes a new instance of the DXMenuCheckItem class with the specified caption.
See Also