[This is preliminary documentation and is subject to change.]
The MenuInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MenuInfo | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| add | Overloaded. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | 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.) | |
| GetMenuItem |
Gets the menuitem represented by the MenuItemInfo object in a
specific menulist and having a specific index.
| |
| GetMenuList |
Gets the menulist represented by the MenuCollectionInfo object in a specific list index.
| |
| GetObjectData |
Populates a SerializationInfo object with data needed to
serialize the target object.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsFileNameUsed |
Checks whether a particular file name
is used inside a menu definition.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | Overloaded. | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| ToXml |
Gets the xml document corresponding to information
in the instantiated MenuInfo object.
| |
| Update |
Update the Title and link information of a menuitem in a specific menulist
with a specific index value.
|
Properties
| Name | Description | |
|---|---|---|
| IsEmpty |
Gets whether the menu is totally empty i.e.
without any menulist or menuitem.
| |
| MenuLists |
The hashtable which stores all the menulists contained in the menu object.
|
