DXEditMenuItem Constructors
A menu item that allows you to embed an editor in a DXPopupMenu.
Name | Parameters | Description |
---|---|---|
DXEdit |
none |
Initializes a new DXEdit |
DXEdit |
caption, edit, image, disabled |
Initializes a new DXEdit |
DXEdit |
caption, edit, image |
Initializes a new DXEdit |
DXEdit |
caption, edit, edit |
Initializes a new DXEdit |
DXEdit |
caption, edit, edit |
Initializes a new DXEdit |
DXEdit |
caption, edit |
Initializes a new DXEdit |
DXEdit |
caption |
Initializes a new DXEdit |
See Also