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


The following tables list the members exposed by BarItemCommand.

Public Constructors

 NameDescription
Public ConstructorBarItemCommand ConstructorInitialises a new instance of a BarItemCommand type.  
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. (Inherited from BarItem)
Public PropertyFontThe Font used to render the Text on the BarItemCommand.  
Public PropertyImageThe Image displayed on the left side of the BarItemCommand.  
Public PropertyImageIndexThe zero-base index of the image in the ImageList displayed on the left side of the BarItemCommand.  
Public PropertyImageKeyThe key value of the image in the ImageList displayed on the left side of the BarItemCommand.  
Public PropertyIndexGets or sets the index of the BarItem in the collection of BarItems. (Inherited from BarItem)
Public PropertyNameGets or sets the name of the BarItem. (Inherited from BarItem)
Public PropertyParentGets or sets the Bar owning the BarItem. (Inherited from BarItem)
Public PropertySiteGets or sets the ISite of the BarItemCommand. (Inherited from System.ComponentModel.Component)
Public PropertyTagGets or sets the object containing supplemental data about the BarItem. (Inherited from BarItem)
Public PropertyTextGets or sets the text displayed on the BarItemCommand.  
Public PropertyTipThe text on the tool tip displayed when the mouse hovers over the BarItemCommand.  
Public PropertyVisibleGets or sets if the BarItem is visible. (Inherited from BarItem)
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 Text of the BarItemCommand.  
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. (Inherited from BarItem)
Public EventColdOccurs when the mouse cursor moves off the BarItem. (Inherited from BarItem)
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventHotOccurs when the mouse cursor moves over the BarItem. (Inherited from BarItem)
Public EventPropertyChangedOccurs when a property of the BarItem changes. (Inherited from BarItem)
Top

See Also