NetXP 3.0 Reference

ListBarItem.Location Property

Gets the location for this item in the control.

[Visual Basic]
Public ReadOnly Property Location As Point
[C#]
public System.Drawing.Point Location {get;}

Remarks

The location is relative to the group the item belongs to. Therefore to find the position relative to the control you need to add the bottom position of the button rectangle for the group and the scroll offset of the item.

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace