NetXP 3.0 Reference

ListBarItem Properties

The properties of the ListBarItem class are listed below. For a complete list of ListBarItem class members, see the ListBarItem Members topic.

Public Instance Properties

Caption Gets/sets the caption displayed for this item.
Container (inherited from Component) Gets the IContainer that contains the Component.
Enabled Gets/sets whether this item is enabled.
Height Gets the height of this item.
IconRectangle Gets or sets the bounds of the image.
Image Gets or sets the image associated with this item.
Key Gets/sets a user-defined string value which can be used to look up the item in the collection which owns it.
Location Gets the location for this item in the control.
MouseDown Gets/sets whether the mouse is down on this item.
MouseDownPoint Gets/sets the point at which the mouse was pressed on this object.
MouseOver Gets/sets whether the mouse is over this item.
Rectangle Gets or sets the bounds of the item.
Selected Gets/sets whether this item is "selected" or not. Only one item in the ListBar control can be selected at a time.
Site (inherited from Component) Gets or sets the ISite of the Component.
Tag Gets/sets an object which can be used to associate user-defined data with this item.
TextRectangle Gets or sets the bounds of the text.
ToolTipText Gets/sets the tooltip text that will be displayed when the user hovers over this item.
Width Gets the width of this item.

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace