Click or drag to resize

ContextMenuTrim Property

Gets a value indicating whether this sub menu should trim its child menu items when loaded onto a form

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Trim { get; set; }

Property Value

Type: Boolean
true to trim the child menu items; otherwise, false.

Implements

ISubmenuTrim
Remarks
Trimming will collapse any duplicate splitter items. This is done so that you can easily merge your menus.
See Also