AlertInfo(String, String, String) Constructor
Initializes a new instance of the AlertInfo class with the specified window caption, text, and the text that is to be displayed when the text area is hot-tracked.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
caption | String | A string that specifies the caption of an alert window. This value is assigned to the AlertInfo.Caption property. |
text | String | A string that specifies the text of an alert window. This value is assigned to the AlertInfo.Text property. |
hotTrackedText | String | A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the AlertInfo.HotTrackedText property. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AlertInfo(String, String, String) constructor.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.