ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command.Styles.RadialMenu Namespace / RadialMenuItemStyle Class / SubMenuImage Property

In This Topic
    SubMenuImage Property (RadialMenuItemStyle)
    In This Topic
    Gets or sets the icon displayed instead of the radial menu item's arrow for expandable items.
    Syntax
    'Declaration
     
    Public Property SubMenuImage As System.Drawing.Image
    public System.Drawing.Image SubMenuImage {get; set;}
    Remarks
    The provided image must be monochrome with a solid white or transparent background in order to be able recolored.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also