| | Name | Description |
 | BackColor | Gets or sets the background colour of the ButtonBarButton. |
 | Checked | Gets or sets if the ButtonBarButton is checked. |
 | CheckGroupIdentifier | Gets or sets the identifier of the check group to which the ButtonBarButton belongs. |
 | CheckOnClick | Gets or sets if the ButtonBarButton Checked property is automatically toggled when the ButtonBarButton is clicked. |
 | Container | (Inherited from System.ComponentModel.Component) |
 | Control | Gets or sets the Control whose visibility is controlled by the ButtonBarButton. |
 | Enabled | Gets or sets a value indicating whether the BarItem can respond to user interaction. (Inherited from BarItem) |
 | EnableGroupUncheck | Gets or sets if the ButtonBarButton, belonging to a check group, can be unchecked leaving no ButtonBarButton in the check group checked. |
 | Font | Gets or sets the Font used to draw the Text on the ButtonBarButton. |
 | ForeColor | Gets or sets the colour of the Text and menu indicator drawn on the ButtonBarButton. |
 | Image | Gets or sets the image displayed on the ButtonBarButton. |
 | ImageIndex | Gets or sets the index of the image in the ImageList to draw on the ButtonBarButton. |
 | ImageKey | Gets or sets the key of the image in the ImageList to draw on the ButtonBarButton. |
 | Index | Gets or sets the index of the BarItem in the collection of BarItems. (Inherited from BarItem) |
 | Menu | Gets or sets the ContextMenuStrip assigned to the ButtonBarButton. |
 | MenuText | Gets or sets the text displayed on the overflow menu item representing the ButtonBarButton. |
 | Name | Gets or sets the name of the BarItem. (Inherited from BarItem) |
 | Parent | Overridden. Gets or sets the ButtonBar to which the ButtonBarButton belongs. |
 | Site | (Inherited from System.ComponentModel.Component) |
 | SubButton | Gets or sets if the ButtonBarButton has a subordinate button. |
 | Tag | Gets or sets the object containing supplemental data about the BarItem. (Inherited from BarItem) |
 | Text | Gets or sets the text drawn on the ButtonBarButton. |
 | TextImageRelation | Gets or sets the position of the Text relative to the Image drawn on the ButtonBarButton. |
 | Tip | Gets or sets the text on the tool tip displayed when the mouse cursor hovers over the ButtonBarButton. |
 | Visible | Gets or sets if the BarItem is visible. (Inherited from BarItem) |