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


The following tables list the members exposed by SideBarItem.

Public Constructors

 NameDescription
Public ConstructorSideBarItem ConstructorOverloaded. Initialises a new instance of the SideBarItem class  
Top

Public Properties

 NameDescription
Public PropertyButtonBackColorThe background colour of the SideBarItem button when displayed in the main button stack.  
Public PropertyButtonForeColorThe colour of the Text on the SideBarItem button when displayed in the main button stack.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyControlGets or sets the Control whose visibility is controlled by the SideBarItem.  
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 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 PropertyImageSmallGet or sets the Image for the SideBarItem when displayed on the SideBar footer or menu.  
Public PropertyIndexGets or sets the index of the BarItem in the collection of BarItems. (Inherited from BarItem)
Public PropertyInternalPanelGets and sets the Panel associated with the SideBarItem. This Panel is displayed in the panel region of the SideBar when the SideBarItem is the SelectedItem.  
Public PropertyNameGets or sets the name of the BarItem. (Inherited from BarItem)
Public PropertyParentOverridden. Gets or sets the SideBar owning the SideBarItem.  
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