C# Класс SciterSharp.MessageBox

Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( IntPtr owner, string text, string caption ) : void
ShowMessageBox ( this wnd, string text, string caption = null ) : void

Show a system message-box owned by this Sciter window. If caption is null, it will be the title of the Sciter window

Описание методов

Show() публичный статический Метод

public static Show ( IntPtr owner, string text, string caption ) : void
owner System.IntPtr
text string
caption string
Результат void

ShowMessageBox() публичный статический Метод

Show a system message-box owned by this Sciter window. If caption is null, it will be the title of the Sciter window
public static ShowMessageBox ( this wnd, string text, string caption = null ) : void
wnd this
text string
caption string
Результат void