Skip to content

MenuListControl class

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

NameTypeDescription
MenuListControl()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.MenuListControl class.
NameTypeDescription
menuControlContextMenuStripThe System.Windows.Forms.ContextMenu control that is used for value editing.
NameTypeDescription
ControlTypestringGets the type of the control (MENU in this case).
NameTypeDescription
Dispose(bool disposing)voidClean up any resources being used.
Hide()voidHides this instance.
RefillItems(ValueItemList items)voidRefills the items.
Show(ListXElement parentElement, Point position)voidShows list control.