MindFusion.UI for WebForms Programmer's Guide

MenuItemCollection.Add Method

See Also
 





StateCollection.Add override.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public override int Add (
    MenuItem item
)

Visual Basic  Copy Code

Public Overrides Function Add( _
    item As MenuItem _
) As Integer

 Parameters

item

Type: MenuItem
The MenuItem to add.

 Return Value

Type: Int32
The zero-based index of the added item in the collection.

 See Also