ApplicationShowMessageEventArgsMessageBoxStyle Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that contains the message box style that should be used.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int MessageBoxStyle { get; set; }
Public Property MessageBoxStyle As Integer
Get
Set
public:
virtual property int MessageBoxStyle {
int get () sealed;
void set (int value) sealed;
}
function get_MessageBoxStyle();
function set_MessageBoxStyle(value);
Return Value
Type:
Int32A value that contains the message box style that should be used.
Remarks See Also