Click or drag to resize
SessionManagerPAMsgBox Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static MsgBoxResult PAMsgBox(
	Object Prompt,
	MsgBoxStyle Buttons = MsgBoxStyle.OkOnly,
	Object Title = null
)

Parameters

Prompt
Type: SystemObject
Buttons (Optional)
Type: Microsoft.VisualBasicMsgBoxStyle
Title (Optional)
Type: SystemObject

Return Value

Type: MsgBoxResult
See Also