Click or drag to resize

ModernMenuItem Properties

The ModernMenuItem type exposes the following members.

Properties
  NameDescription
Public propertyContentType
A subtype of ModernContent, represents the content of this menu item. Hummingbird UI uses MVVM techniques to manage Menu and the instantiation of the content. To increases the performance, once the view is instantiated, it will be cached.
Public propertyHeader
Header of the UI, the text to be shown.
Public propertyIsSelected
If the current menu item is selected.
Public propertyItems
Sub menu items of the current MenuItem.
Public propertyKey
Identifier of the MenuItem. The Key is used especially to navigate to
Top
See Also