Represents an implementation of Korzh.EasyQuery.WinForms.ListControl class that shows the menu
public class Korzh.EasyQuery.WinForms.MenuListControl
: ListControl
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Fields
Name |
Type |
Description |
menuControl |
ContextMenuStrip |
The System.Windows.Forms.ContextMenu control that is used for value editing. |
Properties
Name |
Type |
Description |
ControlType |
string |
Gets the type of the control (MENU in this case). |
Methods
Name |
Type |
Description |
Dispose(bool disposing) |
void |
Clean up any resources being used. |
Hide() |
void |
Hides this instance. |
RefillItems(ValueItemList items) |
void |
Refills the items. |
Show(ListXElement parentElement, Point position) |
void |
Shows list control. |