| Infragistics.Win.Misc Namespace > UltraDesktopAlert Class > Show Method : Show(String,String,Image) Method |
Shows the desktop alert window with the specified UltraDesktopAlertShowWindowInfo.Caption, UltraDesktopAlertShowWindowInfo.Text, and UltraDesktopAlertShowWindowInfo.Image
[Visual Basic]
Overloads Public Function Show( _
ByVal caption As String, _
ByVal text As String, _
ByVal image As Image _
) As UltraDesktopAlertWindowInfo[C#]
public UltraDesktopAlertWindowInfo Show(
string caption,
string text,
Image image
);An UltraDesktopAlertWindowInfo instance which contains information about the desktop alert window.
UltraDesktopAlert Class | UltraDesktopAlert Members | Overload List | Show(UltraDesktopAlertShowWindowInfo) Method