WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxAdv.ImageIndexItemTypeConverter

    Show / Hide Table of Contents

    Class ComboBoxAdv.ImageIndexItemTypeConverter

    Inheritance
    System.Object
    ComboBoxAdv.ImageIndexItemTypeConverter
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ImageIndexItemTypeConverter : TypeConverter

    Constructors

    ImageIndexItemTypeConverter()

    Declaration
    public ImageIndexItemTypeConverter()

    Methods

    CanConvertTo(ITypeDescriptorContext, Type)

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

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Globalization.CultureInfo culture
    System.Object value
    System.Type destinationType
    Returns
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved