MenuItemSizeMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies how a MenuItem in a MenuBar or a MainMenu behaves when the control resizes.
- C#
- VB.NET
public enum MenuItemSizeMode : Enum
Public Enum MenuItemSizeMode As [Enum]
Fields
| Name | Description |
|---|---|
| Auto | The width of the MenuItem is determined by its contents. |
| Fill | The MenuItem uses the available space on the MenuBar or MainMenu (the space not taken up by other menu items whose SizeMode property is set to Auto) and shares it with other menu items that have their SizeMode property set to Fill. |
Used By
| Name | Description |
|---|---|
| MenuItem.SizeMode | Returns or sets how the menu item is resized when in a MenuBar or MainMenu |