AlertControl.Show(Form, String, String, String, SvgImage) Method
In This Article
Displays a classic alert with customized settings.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
owner | Form | A Form that owns the displayed alert. |
caption | String | The alert form’s caption. |
text | String | The alert form’s text. |
hot |
String | The alert form’s text displayed only when hovered over (see the Alert |
svg |
Svg |
The alert form’s icon. |
See Also