ModernMenuItemItems Property |
Sub menu items of the current MenuItem.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public List<ModernMenuItem> Items { get; set; }
Public Property Items As List(Of ModernMenuItem)
Get
Set
public:
property List<ModernMenuItem^>^ Items {
List<ModernMenuItem^>^ get ();
void set (List<ModernMenuItem^>^ value);
}
Property Value
Type:
ListModernMenuItemRemarks
Hummingbird UI supports 3 level menu. All sub-items of the 3rd level menu item will be ignored and will not be shown in the User interface
See Also