Class RVMenuSubmenuItem

This class represents an object that is used to show an icon and title text of a submenu item. A submenu item contains other items, however at this time a fully featured submenu item is not fully supported. Custom created submenu items will result in an exception being thrown.

Inheritance
System.Object
RVMenuSubmenuItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVMenuSubmenuItem : RVMenuItemBase

Constructors

RVMenuSubmenuItem(String, RVImage)

Constructor for the submenu item that sets its title text and icon. At this time a fully featured submenu item is not fully supported. Custom created submenu items will result in an exception being thrown.

Declaration
public RVMenuSubmenuItem(string title, RVImage icon)
Parameters
Type Name Description
System.String title

The text to show on the menu item.

RVImage icon

The icon to show to the left of the menu title text.