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