WinForms

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

    Show / Hide Table of Contents

    Class XPTaskBarItemsComparer

    Class implementing IComparer that assists in sorting of XpTaskBarBox Items.

    Inheritance
    System.Object
    XPTaskBarItemsComparer
    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 XPTaskBarItemsComparer : IComparer

    Constructors

    XPTaskBarItemsComparer()

    Declaration
    public XPTaskBarItemsComparer()

    Methods

    Compare(Object, Object)

    Implementation of compare method.

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

    Implements

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