windowsforms-devexpress-dot-xtrabars-08090a59.md
Serves as a base class for classes that implement functionality for button items.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class BarBaseButtonItem :
BarItem,
ISupportUICommand
Public Class BarBaseButtonItem
Inherits BarItem
Implements ISupportUICommand
The following members return BarBaseButtonItem objects:
A button item can serve as a regular button or a check button. A regular button is depressed when it’s clicked and then immediately raised when the mouse cursor is released. A check button is depressed on a click and raised only when it’s clicked again.
Regular buttons are implemented by BarButtonItem and BarLargeButtonItem objects which have their BarBaseButtonItem.ButtonStyle properties set to BarButtonStyle.Default.
Check buttons are implemented by BarCheckItem objects.
Object MarshalByRefObject Component BarItem BarBaseButtonItem BarButtonItem
See Also