ICreate.Controls.Bars Send comments on this topic.
BarItem Class Members
See Also  Properties  Methods  Events
ICreate.Controls.Bars Namespace : BarItem Class


The following tables list the members exposed by BarItem.

Public Constructors

 NameDescription
Public ConstructorBarItem ConstructorInitialises a new instance of a BarItem class.  
Top

Public Properties

 NameDescription
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyEnabledGets or sets a value indicating whether the BarItem can respond to user interaction.  
Public PropertyIndexGets or sets the index of the BarItem in the collection of BarItems.  
Public PropertyNameGets or sets the name of the BarItem.  
Public PropertyParentGets or sets the Bar owning the BarItem.  
Public PropertySiteGets or sets the site of the BarItem. (Inherited from System.ComponentModel.Component)
Public PropertyTagGets or sets the object containing supplemental data about the BarItem.  
Public PropertyVisibleGets or sets if the BarItem is visible.  
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToStringOverridden. Returns the Name of the BarItem.  
Top

Public Events

 NameDescription
Public EventClickOccurs when the BarItem is clicked, or the BarItem has the input focus and the enter key or space bar is pressed.  
Public EventColdOccurs when the mouse cursor moves off the BarItem.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventHotOccurs when the mouse cursor moves over the BarItem.  
Public EventPropertyChangedOccurs when a property of the BarItem changes.  
Top

See Also