C# 클래스 SciterSharp.MessageBox

파일 보기 프로젝트 열기: MISoftware/SciterSharp

공개 메소드들

메소드 설명
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