Method | Description | |
---|---|---|
Show ( |
||
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
|
public static Show ( |
||
owner | ||
text | string | |
caption | string | |
return | void |
public static ShowMessageBox ( this wnd, string text, string caption = null ) : void | ||
wnd | this | |
text | string | |
caption | string | |
return | void |