DialogServiceConfirm - метод
Вызывает окно подтверждения действия от пользователя
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool Confirm(
string text,
string caption = null
)
Public Function Confirm (
text As String,
Optional caption As String = Nothing
) As Boolean
public:
virtual bool Confirm(
String^ text,
String^ caption = nullptr
) sealed
abstract Confirm :
text : string *
?caption : string
(* Defaults:
let _caption = defaultArg caption null
*)
-> bool
override Confirm :
text : string *
?caption : string
(* Defaults:
let _caption = defaultArg caption null
*)
-> bool
- text String
-
Текст сообщения
- caption String (Optional)
-
Заголовок окна
Boolean
True - пользователь нажал кнопку подтверждения действия, False - пользователь нажал кнопку отмены действия
IDialogServiceConfirm(String, String)