desktopAlert Constructor (String, String, Int32, Int32, desktopAlertDesktopAlertImage) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public desktopAlert(
string Header,
string Text,
int X,
int Y,
desktopAlertDesktopAlertImage Image = desktopAlertDesktopAlertImage.QueryDesktopAlertImage
)
Public Sub New (
Header As String,
Text As String,
X As Integer,
Y As Integer,
Optional Image As desktopAlertDesktopAlertImage = desktopAlertDesktopAlertImage.QueryDesktopAlertImage
)
public:
desktopAlert(
String^ Header,
String^ Text,
int X,
int Y,
desktopAlertDesktopAlertImage Image = desktopAlertDesktopAlertImage::QueryDesktopAlertImage
)
DataPAClientConfig.desktopAlert = function(Header, Text, X, Y, Image);
Parameters
- Header
- Type: SystemString
- Text
- Type: SystemString
- X
- Type: SystemInt32
- Y
- Type: SystemInt32
- Image (Optional)
- Type: DataPAClientConfigdesktopAlertDesktopAlertImage
See Also