NetXP 3.0 Reference

ListBarItem Methods

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

Public Instance Methods

CompareTo Compares this object with another object of the same type. The implementation compares the captions of the items to allow items to be sorted alphabetically.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component) Releases all resources used by the Component.
EnsureVisible Ensures that this item can be seen in the owner control.
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.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
SetLocationAndWidth Sets the location and width of this item. This method is called by internally by the ListBar or the ListBarGroup which owns this item.
SetSize Called to set the height of the item by the owning control.
StartEdit Starts editing this item. The BeforeLabelEdit event will be fired prior to the text box being made visible.
ToString (inherited from Component) 

See Also

ListBarItem Class | NETXP.Controls.Bars Namespace