Class AlertInfo
This class encapsulates information needed for displaying a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AlertInfo
Constructors
AlertInfo(String)
Creates an instance of the Alert
Declaration
public AlertInfo(string contentText)
Parameters
System. The text which will be displayed as a content of the Rad |
AlertInfo(String, String)
Creates an instance of the Alert
Declaration
public AlertInfo(string contentText, string captionText)
Parameters
System. The text which will be displayed as a content of the Rad |
System. The text which will be displayed as a caption of the Rad |
AlertInfo(String, String, Image)
Creates an instance of the Alert
Declaration
public AlertInfo(string contentText, string captionText, Image alertImage)
Parameters
System. The text which will be displayed as a content of the Rad |
System. The text which will be displayed as a caption of the Rad |
System. An instance of the System. |
AlertInfo(String, String, Image, RadItemCollection)
Creates an instance of the Alert
Declaration
public AlertInfo(string contentText, string captionText, Image alertImage, RadItemCollection alertButtons)
Parameters
System. The text which will be displayed as a content of the Rad |
System. The text which will be displayed as a caption of the Rad |
System. An instance of the System. |
Rad An instance of the Rad |