Version

Show(String,String,Image) Method

Syntax
'Declaration
 
Public Overloads Function Show( _
   ByVal caption As String, _
   ByVal text As String, _
   ByVal image As Image _
) As UltraDesktopAlertWindowInfo
public UltraDesktopAlertWindowInfo Show( 
   string caption,
   string text,
   Image image
)

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.
image
The value of the UltraDesktopAlertShowWindowInfo.Image 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