menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageListSourceFiles

    Inheritance
    System.Object
    ImageListSourceFiles
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ImageListSourceFiles : Component

    Constructors

    ImageListSourceFiles()

    Declaration
    public ImageListSourceFiles()

    Properties

    BaseDirectory

    Gets/ sets the base directory from which the images will be added.

    Declaration
    public string BaseDirectory { get; set; }
    Property Value
    Type
    System.String
    Remarks

    This helps to maintain a relative path in the SourceFiles list.

    ImageList

    Gets / sets the ImageList to wrap around.

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    SourceFiles

    Returns the source of the images in the underlying ImageList.

    Declaration
    public ArrayListExt SourceFiles { get; }
    Property Value
    Type
    ArrayListExt

    Methods

    ApplyRelativePaths()

    Declaration
    protected virtual void ApplyRelativePaths()

    Dispose(Boolean)

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

    OnSourceFilesChanged()

    Declaration
    protected virtual void OnSourceFilesChanged()

    RemoveRelativePaths()

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