Click or drag to resize
desktopAlert Constructor (String, String, Int32, Int32, desktopAlertDesktopAlertImage) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Initializes a new instance of the desktopAlert class

Namespace: DataPAClientConfig
Assembly: 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
)

Parameters

Header
Type: SystemString
Text
Type: SystemString
X
Type: SystemInt32
Y
Type: SystemInt32
Image (Optional)
Type: DataPAClientConfigdesktopAlertDesktopAlertImage
See Also