C# Class SciterSharp.MessageBox

Exibir arquivo Open project: MISoftware/SciterSharp

Public Methods

Method Description
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

Method Details

Show() public static method

public static Show ( IntPtr owner, string text, string caption ) : void
owner System.IntPtr
text string
caption string
return void

ShowMessageBox() public static method

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
return void