Back to Devexpress

WindowsUIButton Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-bc43cd4a.md

latest3.1 KB
Original Source

WindowsUIButton Class

A Custom Button in the WindowsUI View. A button in the WindowsUIButtonPanel control.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class WindowsUIButton :
    BaseButton,
    IButton,
    IBaseButton,
    IDisposable,
    IButtonProperties,
    ISupportGroupUpdate,
    IHeaderButton,
    ISupportCommandBinding
vb
Public Class WindowsUIButton
    Inherits BaseButton
    Implements IButton,
               IBaseButton,
               IDisposable,
               IButtonProperties,
               ISupportGroupUpdate,
               IHeaderButton,
               ISupportCommandBinding

Remarks

Along with Custom Navigation Bar Actions, you can add Custom Buttons to your Content Containers. Custom Buttons are WindowsUIButton class objects stored in the container’s BaseContentContainer.Buttons collection:

See the WindowsUI Buttons topic to learn more.

Not only do DocumentManager-based applications implement the WindowsUIButton s functionality, you can also use WindowsUIButton s within stand-alone containers in any application you want.

See the WindowsUI Button Panel topic for more info.

Implements

IButton

IButtonProperties

Inheritance

Object DevExpress.XtraEditors.ButtonPanel.BaseButton WindowsUIButton

See Also

WindowsUIButton Members

WindowsUIButtonPanel

WindowsUI Buttons

DevExpress.XtraBars.Docking2010 Namespace