C# 클래스 CSKernelClient.cWindow

파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool
ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool
centerForm ( Form form ) : void
locateFormAtLeft ( Form form ) : void
locateFormAtTop ( Form form ) : void
msgError ( String msg ) : void
msgError ( String msg, String title ) : void
msgError ( String msg, String title, String details ) : void
msgInfo ( String msg ) : void
msgInfo ( String msg, String title ) : void
msgWarning ( String msg ) : void
msgWarning ( String msg, String title ) : void
msgWarning ( String msg, String title, String details ) : void
setTitle ( String value ) : void

비공개 메소드들

메소드 설명
pMsgAux ( String msg, CSMSGICONS icon, String title, String details ) : void

메소드 상세

ask() 공개 정적인 메소드

public static ask ( String msg, MessageBoxDefaultButton defaultButton ) : bool
msg String
defaultButton MessageBoxDefaultButton
리턴 bool

ask() 공개 정적인 메소드

public static ask ( String msg, MessageBoxDefaultButton defaultButton, String Title ) : bool
msg String
defaultButton MessageBoxDefaultButton
Title String
리턴 bool

centerForm() 공개 정적인 메소드

public static centerForm ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

locateFormAtLeft() 공개 정적인 메소드

public static locateFormAtLeft ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

locateFormAtTop() 공개 정적인 메소드

public static locateFormAtTop ( Form form ) : void
form System.Windows.Forms.Form
리턴 void

msgError() 공개 정적인 메소드

public static msgError ( String msg ) : void
msg String
리턴 void

msgError() 공개 정적인 메소드

public static msgError ( String msg, String title ) : void
msg String
title String
리턴 void

msgError() 공개 정적인 메소드

public static msgError ( String msg, String title, String details ) : void
msg String
title String
details String
리턴 void

msgInfo() 공개 정적인 메소드

public static msgInfo ( String msg ) : void
msg String
리턴 void

msgInfo() 공개 정적인 메소드

public static msgInfo ( String msg, String title ) : void
msg String
title String
리턴 void

msgWarning() 공개 정적인 메소드

public static msgWarning ( String msg ) : void
msg String
리턴 void

msgWarning() 공개 정적인 메소드

public static msgWarning ( String msg, String title ) : void
msg String
title String
리턴 void

msgWarning() 공개 정적인 메소드

public static msgWarning ( String msg, String title, String details ) : void
msg String
title String
details String
리턴 void

setTitle() 공개 정적인 메소드

public static setTitle ( String value ) : void
value String
리턴 void