Class XPTaskBarItemsComparer
Class implementing IComparer that assists in sorting of XpTaskBarBox Items.
Inheritance
System.Object
XPTaskBarItemsComparer
Implements
System.Collections.IComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Int32 |
Implements
System.Collections.IComparer