menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageIndexEditor

    Inheritance
    System.Object
    ImageIndexEditor
    Namespace: Syncfusion.Windows.Forms.Design
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ImageIndexEditor : UITypeEditor

    Constructors

    ImageIndexEditor()

    Declaration
    public ImageIndexEditor()

    Fields

    DEF_IMGLIST_PROP_NAME

    Declaration
    public const string DEF_IMGLIST_PROP_NAME = "ImageList"
    Field Value
    Type
    System.String

    Properties

    ImageListPropertyNames

    Declaration
    protected virtual string[] ImageListPropertyNames { get; }
    Property Value
    Type
    System.String[]

    Methods

    GetPaintValueSupported(ITypeDescriptorContext)

    Declaration
    public override bool GetPaintValueSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type
    System.Boolean

    GetParentInstance(Object, PropertyDescriptorCollection)

    Declaration
    protected virtual object GetParentInstance(object instance, PropertyDescriptorCollection propertyDescriptorCollection)
    Parameters
    Type Name Description
    System.Object instance
    System.ComponentModel.PropertyDescriptorCollection propertyDescriptorCollection
    Returns
    Type
    System.Object

    IsPropertyValidForInstance(Object, String)

    Declaration
    protected virtual bool IsPropertyValidForInstance(object instance, string sProperty)
    Parameters
    Type Name Description
    System.Object instance
    System.String sProperty
    Returns
    Type
    System.Boolean

    PaintValue(PaintValueEventArgs)

    Declaration
    public override void PaintValue(PaintValueEventArgs e)
    Parameters
    Type Name Description
    System.Drawing.Design.PaintValueEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved