C# 클래스 NFe.UI.Dialogs

상속: MetroFramework.Forms.MetroForm
파일 보기 프로젝트 열기: akretion/uninfe 1 사용 예제들

공개 메소드들

메소드 설명
Dialogs ( ) : System
ShowMessage ( string msg, int w, int h, System iconStyle, ScrollBars scrollBars = ScrollBars.None ) : void
YesNo ( string msg, int w, int h ) : bool

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

메소드 상세

Dialogs() 공개 메소드

public Dialogs ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string msg, int w, int h, System iconStyle, ScrollBars scrollBars = ScrollBars.None ) : void
msg string
w int
h int
iconStyle System
scrollBars ScrollBars
리턴 void

YesNo() 공개 정적인 메소드

public static YesNo ( string msg, int w, int h ) : bool
msg string
w int
h int
리턴 bool