Skip to main content

menulistcontrol-class

Represents an implementation of Korzh.EasyQuery.WinForms.ListControl class that shows the menu

public class Korzh.EasyQuery.WinForms.MenuListControl
: ListControl

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
MenuListControl()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.MenuListControl class.

Fields

NameTypeDescription
menuControlContextMenuStripThe control that is used for value editing.

Properties

NameTypeDescription
ControlTypestringGets the type of the control (MENU in this case).

Methods

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.