alexa

    Show / Hide Table of Contents

    Class ImageCollectionEditorForm

    Represents a Windows Form used for editing an image collection within the application.

    Inheritance
    System.Object
    ImageCollectionEditorForm
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ImageCollectionEditorForm : Form

    Constructors

    ImageCollectionEditorForm(IServiceProvider, ImageListAdv)

    Initializes a new instance of the ImageCollectionEditorForm class with the specified service provider and image list.

    Declaration
    public ImageCollectionEditorForm(IServiceProvider provider, ImageListAdv imageListAdv)
    Parameters
    Type Name Description
    System.IServiceProvider provider

    An System.IServiceProvider used to access design-time services or other application services.

    ImageListAdv imageListAdv

    The ImageListAdv instance representing the image collection to be edited.

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Back to top Generated by DocFX