C# Class SciterSharp.MessageBox

Afficher le fichier Open project: MISoftware/SciterSharp

Méthodes publiques

Méthode 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 méthode

public static Show ( IntPtr owner, string text, string caption ) : void
owner System.IntPtr
text string
caption string
Résultat void

ShowMessageBox() public static méthode

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
Résultat void