Back to Devexpress

AlertControl.ShowPinButton Property

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-898ff160.md

latest2.8 KB
Original Source

AlertControl.ShowPinButton Property

Gets or sets whether the Pin button must be displayed in newly created alert windows.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public virtual bool ShowPinButton { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Overridable Property ShowPinButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the Pin button must be displayed in newly created alert windows; otherwise, false.

|

Remarks

An alert window can display the Close, Pin and Dropdown control buttons. The availability of these buttons is specified by the AlertControl.ShowCloseButton, ShowPinButton and AlertControl.PopupMenu properties, respectively. The position of the control buttons is specified by the AlertControl.ControlBoxPosition property.

Clicking the Pin button forces an alert window to stay on-screen until the button is clicked again. If the window is unpinned and the mouse cursor doesn’t hover over the window for a specific time, the window is automatically destroyed.

It’s also possible to display custom buttons in alert windows. To do this, add items to the AlertControl.Buttons collection.

Changing the ShowPinButton option is not in effect for existing alert windows. The option is applied to newly created windows.

See Also

Buttons

ControlBoxPosition

PopupMenu

ShowCloseButton

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace