C# 클래스 TI.Toolbox.MsgBox

파일 보기 프로젝트 열기: x893/BTool 1 사용 예제들

공개 메소드들

메소드 설명
GetConsoleMode ( ) : bool
GetLoggingMode ( ) : bool
GetMsgBoxDisplayed ( ) : bool
SetConsoleMode ( bool newConsoleMode ) : bool
SetLoggingMode ( bool newLoggingMode ) : bool
UserMsgBox ( Form owner, MsgBox msgType, MsgBox msgButtons, MsgBox defaultMsgResult, string msg ) : MsgBox.MsgResult
UserMsgBox ( MsgTypes msgType, MsgButtons msgButtons, MsgResult defaultMsgResult, string msg ) : MsgBox.MsgResult
UserMsgBox ( Form owner, MsgTypes msgType, string msg ) : void
UserMsgBox ( MsgBox msgType, string msg ) : void

비공개 메소드들

메소드 설명
GetMsgBoxTitle ( MsgBox msgType ) : string
GetMsgTypeStr ( MsgBox msgType ) : string
MsgBox ( ) : System
WriteLogMsg ( MsgBox msgType, string msg ) : bool

메소드 상세

GetConsoleMode() 공개 정적인 메소드

public static GetConsoleMode ( ) : bool
리턴 bool

GetLoggingMode() 공개 정적인 메소드

public static GetLoggingMode ( ) : bool
리턴 bool

GetMsgBoxDisplayed() 공개 정적인 메소드

public static GetMsgBoxDisplayed ( ) : bool
리턴 bool

SetConsoleMode() 공개 정적인 메소드

public static SetConsoleMode ( bool newConsoleMode ) : bool
newConsoleMode bool
리턴 bool

SetLoggingMode() 공개 정적인 메소드

public static SetLoggingMode ( bool newLoggingMode ) : bool
newLoggingMode bool
리턴 bool

UserMsgBox() 공개 메소드

public UserMsgBox ( Form owner, MsgBox msgType, MsgBox msgButtons, MsgBox defaultMsgResult, string msg ) : MsgBox.MsgResult
owner System.Windows.Forms.Form
msgType MsgBox
msgButtons MsgBox
defaultMsgResult MsgBox
msg string
리턴 MsgBox.MsgResult

UserMsgBox() 공개 메소드

public UserMsgBox ( MsgTypes msgType, MsgButtons msgButtons, MsgResult defaultMsgResult, string msg ) : MsgBox.MsgResult
msgType MsgTypes
msgButtons MsgButtons
defaultMsgResult MsgResult
msg string
리턴 MsgBox.MsgResult

UserMsgBox() 공개 메소드

public UserMsgBox ( Form owner, MsgTypes msgType, string msg ) : void
owner System.Windows.Forms.Form
msgType MsgTypes
msg string
리턴 void

UserMsgBox() 공개 메소드

public UserMsgBox ( MsgBox msgType, string msg ) : void
msgType MsgBox
msg string
리턴 void