Click or drag to resize

ISubmenuTrim 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
bool Trim { get; }

Property Value

Type: Boolean
true to trim the child menu items; otherwise, false.
Remarks
Trimming will collapse any duplicate splitter items. This is done so that you can easily merge your menus.
See Also