| MenuSegmentedItemMenu Property  | 
 
            Gets or sets the menu to display when the user clicks the item.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic ContextMenu Menu { get; set; }Public Property Menu As ContextMenu
	Get
	Set
member Menu : ContextMenu with get, set
Property Value
Type: 
ContextMenuThe menu to display.
 See Also
See Also