Version

Show(String,String) Method

Shows the desktop alert window with the specified UltraDesktopAlertShowWindowInfo.Caption and UltraDesktopAlertShowWindowInfo.Text.
Syntax
'Declaration
 
Public Overloads Function Show( _
   ByVal caption As String, _
   ByVal text As String _
) As UltraDesktopAlertWindowInfo
public UltraDesktopAlertWindowInfo Show( 
   string caption,
   string text
)

Parameters

caption
The value of the UltraDesktopAlertShowWindowInfo.Caption property of the desktop alert window to be displayed.
text
The value of the UltraDesktopAlertShowWindowInfo.Text property of the desktop alert window to be displayed.

Return Value

An UltraDesktopAlertWindowInfo instance which contains information about the desktop alert window.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also