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


The following tables list the members exposed by ButtonBarButton.

Public Constructors

 NameDescription
Public ConstructorButtonBarButton ConstructorOverloaded. Initialises a new instance of the ButtonBarButton class.  
Top

Public Properties

 NameDescription
Public PropertyBackColorGets or sets the background colour of the ButtonBarButton.  
Public PropertyCheckedGets or sets if the ButtonBarButton is checked.  
Public PropertyCheckGroupIdentifierGets or sets the identifier of the check group to which the ButtonBarButton belongs.  
Public PropertyCheckOnClickGets or sets if the ButtonBarButton Checked property is automatically toggled when the ButtonBarButton is clicked.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyControlGets or sets the Control whose visibility is controlled by the ButtonBarButton.  
Public PropertyEnabledGets or sets a value indicating whether the BarItem can respond to user interaction. (Inherited from BarItem)
Public PropertyEnableGroupUncheckGets or sets if the ButtonBarButton, belonging to a check group, can be unchecked leaving no ButtonBarButton in the check group checked.  
Public PropertyFontGets or sets the Font used to draw the Text on the ButtonBarButton.  
Public PropertyForeColorGets or sets the colour of the Text and menu indicator drawn on the ButtonBarButton.  
Public PropertyImageGets or sets the image displayed on the ButtonBarButton.  
Public PropertyImageIndexGets or sets the index of the image in the ImageList to draw on the ButtonBarButton.  
Public PropertyImageKeyGets or sets the key of the image in the ImageList to draw on the ButtonBarButton.  
Public PropertyIndexGets or sets the index of the BarItem in the collection of BarItems. (Inherited from BarItem)
Public PropertyMenuGets or sets the ContextMenuStrip assigned to the ButtonBarButton.  
Public PropertyMenuTextGets or sets the text displayed on the overflow menu item representing the ButtonBarButton.  
Public PropertyNameGets or sets the name of the BarItem. (Inherited from BarItem)
Public PropertyParentOverridden. Gets or sets the ButtonBar to which the ButtonBarButton belongs.  
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertySubButtonGets or sets if the ButtonBarButton has a subordinate button.  
Public PropertyTagGets or sets the object containing supplemental data about the BarItem. (Inherited from BarItem)
Public PropertyTextGets or sets the text drawn on the ButtonBarButton.  
Public PropertyTextImageRelationGets or sets the position of the Text relative to the Image drawn on the ButtonBarButton.  
Public PropertyTipGets or sets the text on the tool tip displayed when the mouse cursor hovers over the ButtonBarButton.  
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 Name of the BarItem. (Inherited from 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. (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)
Public EventSubButtonClickOccurs when a subordinate button of a ButtonBarButton is clicked.  
Top

See Also