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

Overload List

  NameDescription
Public methodMenuInfo()()()
Initializes a new instance of MenuInfo class. By default always a menulist is created containing one menuitem which is represented by the MenuItemInfo class.
Public methodMenuInfo(String)
Initializes a new instance of MenuInfo class from a previously saved xml document. It behaves like a default constructor if the file does not exist or is empty.
Public methodMenuInfo(SerializationInfo, StreamingContext)
The constructor which implements the ISerializable interface.

See Also