ButtonMenuItemTrim 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; }
Public Property Trim As Boolean
Get
Set
abstract Trim : bool with get, set
override Trim : bool with get, set
Property Value
Type:
BooleanImplements
ISubmenuTrimRemarks Trimming will collapse any duplicate splitter items. This is done so that you can easily merge your menus.
See Also