Metodo QsUIShowMessageBox
|
Namespace: QsUIAssembly: QsUI (in QsUI.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi public static MessageBoxResult ShowMessageBox(
string flags,
string text,
string title
)
Public Shared Function ShowMessageBox (
flags As String,
text As String,
title As String
) As MessageBoxResult
public:
static MessageBoxResult^ ShowMessageBox(
String^ flags,
String^ text,
String^ title
)
static member ShowMessageBox :
flags : string *
text : string *
title : string -> MessageBoxResult
Parametri
- flags String
-
- text String
-
- title String
-
Valore di ritorno
MessageBoxResultVedi anche