DataPA Enterprise Dashboard Controls API Reference 
        
        Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
      
    Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public static MsgBoxResult PAMsgBox( Object Prompt, MsgBoxStyle Buttons = MsgBoxStyle.OkOnly, Object Title = null )  | 
| Visual Basic | 
|---|
Public Shared Function PAMsgBox ( Prompt As Object, Optional Buttons As MsgBoxStyle = MsgBoxStyle.OkOnly, Optional Title As Object = Nothing ) As MsgBoxResult  | 
| Visual C++ | 
|---|
public: static MsgBoxResult PAMsgBox( Object^ Prompt, MsgBoxStyle Buttons = MsgBoxStyle::OkOnly, Object^ Title = nullptr )  | 
Parameters
- Prompt
 - Type: System..::..Object
 
- Buttons (Optional)
 - Type: Microsoft.VisualBasic..::..MsgBoxStyle
 
- Title (Optional)
 - Type: System..::..Object