Click or drag to resize

MenuBarTrim Property

Gets or sets a value indicating whether this MenuBar will trim the items when set to 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 auto trim; otherwise, false.

Implements

ISubmenuTrim
Remarks
You may wish to turn this off if you are setting the menu regularily based on the context of your app, since it can effect performance.
See Also