[This is preliminary documentation and is subject to change.]

The MenuInfo type exposes the following members.

Constructors

  NameDescription
Public methodMenuInfoOverloaded.

Methods

  NameDescription
Public methodaddOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetMenuItem
Gets the menuitem represented by the MenuItemInfo object in a specific menulist and having a specific index.
Public methodGetMenuList
Gets the menulist represented by the MenuCollectionInfo object in a specific list index.
Public methodGetObjectData
Populates a SerializationInfo object with data needed to serialize the target object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsFileNameUsed
Checks whether a particular file name is used inside a menu definition.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveOverloaded.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodToXml
Gets the xml document corresponding to information in the instantiated MenuInfo object.
Public methodUpdate
Update the Title and link information of a menuitem in a specific menulist with a specific index value.

Properties

  NameDescription
Public propertyIsEmpty
Gets whether the menu is totally empty i.e. without any menulist or menuitem.
Public propertyMenuLists
The hashtable which stores all the menulists contained in the menu object.

See Also