NetXP 3.0 Reference

ListBarInsertPoint Members

ListBarInsertPoint overview

Public Instance Constructors

ListBarInsertPoint Constructor Constructs a new instance of this class, setting the items before and after the drag-drop insertion point.

Public Instance Properties

ItemAfter Returns the item after the drag-drop point, if any. At least one of the properties ItemBefore or ItemAfter will return an item.
ItemBefore Returns the item before the drag-drop point, if any. At least one of the properties ItemBefore or ItemAfter will return an item.
OverEmptyBar Returns whether the drag point is over an empty bar or not.

Public Instance Methods

CompareTo Compares this object with another object of the same type. This implementation is only really useful for testing equality
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ListBarInsertPoint Class | NETXP.Controls.Bars Namespace