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 ReadOnly Property Trim As Boolean
Get
abstract Trim : bool with get
Property Value
Type:
Booleantrue 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