| ListBoxContextMenu Property  | 
 
            Gets or sets the context menu for the control.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic ContextMenu ContextMenu { get; set; }Public Property ContextMenu As ContextMenu
	Get
	Set
member ContextMenu : ContextMenu with get, set
Property Value
Type: 
ContextMenuThe context menu.
 See Also
See Also