TessaMessageBoxInitializeMessageBox - метод |
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.WindowsWindow
- text
- Тип: SystemString
- caption
- Тип: SystemString
- button
- Тип: System.WindowsMessageBoxButton
- image
- Тип: System.WindowsMessageBoxImage
- defaultResult
- Тип: System.WindowsMessageBoxResult
- flags
- Тип: Tessa.UI.ControlsTessaMessageBoxFlags
- getCopyMessageFunc
- Тип: SystemFuncString
См. также