Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1ToolStripColorPicker Class / Image Property

In This Topic
    Image Property (C1ToolStripColorPicker)
    In This Topic
    Gets or sets the image that is displayed on a System.Windows.Forms.ToolStripItem.
    Syntax
    'Declaration
     
    Public Overrides Property Image As System.Drawing.Image
    public override System.Drawing.Image Image {get; set;}

    Property Value

    The System.Drawing.Image to be displayed.
    See Also