windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-55e89ede.md
Gets or sets the position of an alert window’s control box.
Namespace : DevExpress.XtraBars.Alerter
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public virtual AlertFormControlBoxPosition ControlBoxPosition { get; set; }
<DXCategory("Appearance")>
Public Overridable Property ControlBoxPosition As AlertFormControlBoxPosition
| Type | Description |
|---|---|
| AlertFormControlBoxPosition |
An AlertFormControlBoxPosition value that specifies the position of an alert window’s control box.
|
Available values:
| Name | Description |
|---|---|
| Top |
The control buttons are displayed at the top edge of an alert window.
| | Right |
The control buttons are displayed at the right edge of an alert window.
|
The control box is the area displaying the control buttons:
See Also