Back to Devexpress

DXMenuCheckItem Constructors

windowsforms-devexpress-dot-utils-dot-menu-dot-dxmenucheckitem-dot-ctor.md

latest1.5 KB
Original Source

DXMenuCheckItem Constructors

A menu item that can be checked and unchecked.

NameParametersDescription
DXMenuCheckItem()noneInitializes a new instance of the DXMenuCheckItem class with default settings.
DXMenuCheckItem(String, Boolean, Image, EventHandler)caption, check, image, checkedChangedInitializes a new instance of the DXMenuCheckItem class with the specified caption, image, check state and event handler.
DXMenuCheckItem(String, Boolean)caption, checkInitializes a new instance of the DXMenuCheckItem class with the specified caption and check state.
DXMenuCheckItem(String)captionInitializes a new instance of the DXMenuCheckItem class with the specified caption.

See Also

DXMenuCheckItem Class

DXMenuCheckItem Members

DevExpress.Utils.Menu Namespace