NetXP 3.0 Reference

ListBarItem.MouseDownPoint Property

Gets/sets the point at which the mouse was pressed on this object.

[Visual Basic]
NotOverridable Public Property MouseDownPoint As Point Implements _
   IMouseHandler.MouseDownPoint
[C#]
public System.Drawing.Point MouseDownPoint {get; set;}

Implements

IMouseHandler.MouseDownPoint

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace