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; }
Public Property Trim As Boolean
Get
Set
abstract Trim : bool with get, set
override Trim : bool with get, set
Property Value
Type:
Booleantrue to auto trim; otherwise,
false.
Implements
ISubmenuTrimRemarks
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