WinForms

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

    Show / Hide Table of Contents

    Class ComboBoxAdv.ImageIndexItem

    Inheritance
    System.Object
    ComboBoxAdv.ImageIndexItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ImageIndexItem

    Constructors

    ImageIndexItem()

    Declaration
    public ImageIndexItem()

    ImageIndexItem(ComboBoxAdv, Object)

    Declaration
    public ImageIndexItem(ComboBoxAdv combo, object item)
    Parameters
    Type Name Description
    ComboBoxAdv combo
    System.Object item

    ImageIndexItem(ComboBoxAdv, Object, Int32)

    Declaration
    public ImageIndexItem(ComboBoxAdv combo, object item, int imageIndex)
    Parameters
    Type Name Description
    ComboBoxAdv combo
    System.Object item
    System.Int32 imageIndex

    Properties

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved