Method | Description | |
---|---|---|
GetConsoleMode ( ) : bool | ||
GetLoggingMode ( ) : bool | ||
GetMsgBoxDisplayed ( ) : bool | ||
SetConsoleMode ( bool newConsoleMode ) : bool | ||
SetLoggingMode ( bool newLoggingMode ) : bool | ||
UserMsgBox ( |
||
UserMsgBox ( MsgTypes msgType, MsgButtons msgButtons, MsgResult defaultMsgResult, string msg ) : MsgBox.MsgResult | ||
UserMsgBox ( |
||
UserMsgBox ( MsgBox msgType, string msg ) : void |
Method | Description | |
---|---|---|
GetMsgBoxTitle ( MsgBox msgType ) : string | ||
GetMsgTypeStr ( MsgBox msgType ) : string | ||
MsgBox ( ) : System | ||
WriteLogMsg ( MsgBox msgType, string msg ) : bool |
public static SetConsoleMode ( bool newConsoleMode ) : bool | ||
newConsoleMode | bool | |
return | bool |
public static SetLoggingMode ( bool newLoggingMode ) : bool | ||
newLoggingMode | bool | |
return | bool |
public UserMsgBox ( |
||
owner | ||
msgType | MsgBox | |
msgButtons | MsgBox | |
defaultMsgResult | MsgBox | |
msg | string | |
return | MsgBox.MsgResult |
public UserMsgBox ( MsgTypes msgType, MsgButtons msgButtons, MsgResult defaultMsgResult, string msg ) : MsgBox.MsgResult | ||
msgType | MsgTypes | |
msgButtons | MsgButtons | |
defaultMsgResult | MsgResult | |
msg | string | |
return | MsgBox.MsgResult |
public UserMsgBox ( |
||
owner | ||
msgType | MsgTypes | |
msg | string | |
return | void |
public UserMsgBox ( MsgBox msgType, string msg ) : void | ||
msgType | MsgBox | |
msg | string | |
return | void |