Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / Image Property

In This Topic
    Image Property (RadialMenuCommandItem)
    In This Topic
    Overridden. Gets or sets the image shown by this menu item. Note that setting this property does not change the image on the associated C1Command.
    Syntax
    'Declaration
     
    
    Public Overrides Property Image As Image
    public override Image Image {get; set;}
    See Also