Docking Tab for WinForms | ComponentOne
C1.Win.Command.Styles.RadialMenu Namespace / RadialMenuItemStyle Class / SubMenuImage Property

In This Topic
    SubMenuImage Property
    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 Image
    public Image SubMenuImage {get; set;}
    Remarks
    The provided image must be monochrome with a solid white or transparent background in order to be able recolored.
    See Also