WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorItemCollectionEditor

    Show / Hide Table of Contents

    Class ColorItemCollectionEditor

    Represents a collection editor of the ColorItem.

    Inheritance
    System.Object
    ColorItemCollectionEditor
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorItemCollectionEditor : CollectionEditor

    Constructors

    ColorItemCollectionEditor(Type)

    Initialize a new instance of the ColorItemCollectionEditor class.

    Declaration
    public ColorItemCollectionEditor(Type type)
    Parameters
    Type Name Description
    System.Type type

    The type of collection.

    Methods

    CreateInstance(Type)

    Declaration
    protected override object CreateInstance(Type itemType)
    Parameters
    Type Name Description
    System.Type itemType
    Returns
    Type Description
    System.Object

    EditValue(ITypeDescriptorContext, IServiceProvider, Object)

    Gets the editor style used by the CustomControlEditor.EditValue method.

    Declaration
    public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.

    System.IServiceProvider provider

    An System.IServiceProvider that this editor can use to obtain services.

    System.Object value

    An edit the object value.

    Returns
    Type Description
    System.Object

    Returns the edited value of color item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved