menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface INamedImage - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface INamedImage

    Provides an interface that contains named image.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface INamedImage

    Properties

    Image

    Gets the image in the context choice popup window.

    Declaration
    Image Image { get; }
    Property Value
    Type
    System.Drawing.Image

    Name

    Gets the name of the image that contained in the context choice popup window.

    Declaration
    string Name { get; }
    Property Value
    Type
    System.String

    TransparentColor

    Gets the transparent color of the image.

    Declaration
    Color TransparentColor { get; }
    Property Value
    Type
    System.Drawing.Color

    Methods

    Delete()

    Deletes the image from collection.

    Declaration
    void Delete()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved