TessaMessageBoxInitializeMessageBox - метод
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected void InitializeMessageBox(
Window owner,
string text,
string caption,
MessageBoxButton button,
MessageBoxImage image,
MessageBoxResult defaultResult,
TessaMessageBoxFlags flags,
Func<string> getCopyMessageFunc
)
Protected Sub InitializeMessageBox (
owner As Window,
text As String,
caption As String,
button As MessageBoxButton,
image As MessageBoxImage,
defaultResult As MessageBoxResult,
flags As TessaMessageBoxFlags,
getCopyMessageFunc As Func(Of String)
)
protected:
void InitializeMessageBox(
Window^ owner,
String^ text,
String^ caption,
MessageBoxButton^ button,
MessageBoxImage^ image,
MessageBoxResult^ defaultResult,
TessaMessageBoxFlags flags,
Func<String^>^ getCopyMessageFunc
)
member InitializeMessageBox :
owner : Window *
text : string *
caption : string *
button : MessageBoxButton *
image : MessageBoxImage *
defaultResult : MessageBoxResult *
flags : TessaMessageBoxFlags *
getCopyMessageFunc : Func<string> -> unit
Параметры
- owner Window
-
- text String
-
- caption String
-
- button MessageBoxButton
-
- image MessageBoxImage
-
- defaultResult MessageBoxResult
-
- flags TessaMessageBoxFlags
-
- getCopyMessageFunc FuncString
-