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


The following tables list the members exposed by TaskBarItem.

Public Constructors

 NameDescription
Public ConstructorTaskBarItem ConstructorOverloaded. Initialises a new instance of the TaskBarItem 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. (Inherited from BarItem)
Public PropertyFontThe Font used to render the Text on the BarItemCommand. (Inherited from BarItemCommand)
Public PropertyForeColorGets or sets the color of the TaskBarItem Text when in the normal state.  
Public PropertyImageThe Image displayed on the left side of the BarItemCommand. (Inherited from BarItemCommand)
Public PropertyImageIndexThe zero-base index of the image in the ImageList displayed on the left side of the BarItemCommand. (Inherited from BarItemCommand)
Public PropertyImageKeyThe key value of the image in the ImageList displayed on the left side of the BarItemCommand. (Inherited from 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 PropertyParentOverridden. Gets or sets the TaskBar owning the TaskBarItem.  
Public PropertySite (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. (Inherited from BarItemCommand)
Public PropertyTipThe text on the tool tip displayed when the mouse hovers over the BarItemCommand. (Inherited from 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 MethodToStringReturns the Text of the BarItemCommand. (Inherited from 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