WinForms

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

    Show / Hide Table of Contents

    Class ToolStripTabItemsComparer

    ToolStripTabItemsComparer class.

    Inheritance
    System.Object
    ToolStripTabItemsComparer
    Implements
    System.Collections.IComparer
    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 ToolStripTabItemsComparer : IComparer

    Constructors

    ToolStripTabItemsComparer()

    Declaration
    public ToolStripTabItemsComparer()

    Methods

    Compare(Object, Object)

    Compare the ToolStripTab items.

    Declaration
    public int Compare(object x, object y)
    Parameters
    Type Name Description
    System.Object x

    The first item needs to be compared.

    System.Object y

    The second item needs to be compared.

    Returns
    Type Description
    System.Int32

    Implements

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