C# 클래스 ICSharpCode.Core.MessageService

Class with static methods to show message boxes.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
AskQuestion ( string question ) : bool
AskQuestion ( string question, string caption ) : bool
AskQuestionFormatted ( string formatstring ) : bool
AskQuestionFormatted ( string caption, string formatstring ) : bool
ShowCustomDialog ( string caption, string dialogText ) : int
ShowCustomDialog ( string caption, string dialogText, int acceptButtonIndex, int cancelButtonIndex ) : int
ShowError ( Exception ex ) : void
ShowError ( Exception ex, string message ) : void
ShowError ( string message ) : void
ShowErrorFormatted ( string formatstring ) : void
ShowInputBox ( string caption, string dialogText, string defaultValue ) : string
ShowMessage ( string message ) : void
ShowMessage ( string message, string caption ) : void
ShowMessageFormatted ( string formatstring ) : void
ShowMessageFormatted ( string caption, string formatstring ) : void
ShowWarning ( string message ) : void
ShowWarningFormatted ( string formatstring ) : void

비공개 메소드들

메소드 설명
Format ( string formatstring, string formatitems ) : string
GetOptions ( string text, string caption ) : MessageBoxOptions
IsRtlText ( string text ) : bool

메소드 상세

AskQuestion() 공개 정적인 메소드

public static AskQuestion ( string question ) : bool
question string
리턴 bool

AskQuestion() 공개 정적인 메소드

public static AskQuestion ( string question, string caption ) : bool
question string
caption string
리턴 bool

AskQuestionFormatted() 공개 정적인 메소드

public static AskQuestionFormatted ( string formatstring ) : bool
formatstring string
리턴 bool

AskQuestionFormatted() 공개 정적인 메소드

public static AskQuestionFormatted ( string caption, string formatstring ) : bool
caption string
formatstring string
리턴 bool

ShowCustomDialog() 공개 정적인 메소드

public static ShowCustomDialog ( string caption, string dialogText ) : int
caption string
dialogText string
리턴 int

ShowCustomDialog() 공개 정적인 메소드

public static ShowCustomDialog ( string caption, string dialogText, int acceptButtonIndex, int cancelButtonIndex ) : int
caption string
dialogText string
acceptButtonIndex int
cancelButtonIndex int
리턴 int

ShowError() 공개 정적인 메소드

public static ShowError ( Exception ex ) : void
ex System.Exception
리턴 void

ShowError() 공개 정적인 메소드

public static ShowError ( Exception ex, string message ) : void
ex System.Exception
message string
리턴 void

ShowError() 공개 정적인 메소드

public static ShowError ( string message ) : void
message string
리턴 void

ShowErrorFormatted() 공개 정적인 메소드

public static ShowErrorFormatted ( string formatstring ) : void
formatstring string
리턴 void

ShowInputBox() 공개 정적인 메소드

public static ShowInputBox ( string caption, string dialogText, string defaultValue ) : string
caption string
dialogText string
defaultValue string
리턴 string

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string message ) : void
message string
리턴 void

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string message, string caption ) : void
message string
caption string
리턴 void

ShowMessageFormatted() 공개 정적인 메소드

public static ShowMessageFormatted ( string formatstring ) : void
formatstring string
리턴 void

ShowMessageFormatted() 공개 정적인 메소드

public static ShowMessageFormatted ( string caption, string formatstring ) : void
caption string
formatstring string
리턴 void

ShowWarning() 공개 정적인 메소드

public static ShowWarning ( string message ) : void
message string
리턴 void

ShowWarningFormatted() 공개 정적인 메소드

public static ShowWarningFormatted ( string formatstring ) : void
formatstring string
리턴 void