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
| Name | Type | Description |
|---|---|---|
| MenuListControl() | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.MenuListControl class. |
Fields
| Name | Type | Description |
|---|---|---|
| menuControl | ContextMenuStrip | The |
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. |