C# Class ResourceLib.UI.MyMessageBox

ファイルを表示 Open project: magicdict/MongoCola

Public Methods

Method Description
ShowConfirm ( string title, string message ) : bool

确认信息表示

ShowEasyMessage ( string title, string message ) : void

消息表示

ShowInput ( string message, string title, string defaultValue = "" ) : string

输入表示

ShowMessage ( string title, string message ) : void
ShowMessage ( string title, string message, Image img, string details ) : void

消息表示

ShowMessage ( string title, string message, string details ) : void

消息表示

ShowMessage ( string title, string message, string details, bool isShowDetail ) : void

消息表示

ShowPasswordInput ( string message, string title, string defaultValue = "" ) : string

密码输入表示

Private Methods

Method Description
FormatMsgbox ( Form frmMsgbox, string title ) : void

Method Details

ShowConfirm() public static method

确认信息表示
public static ShowConfirm ( string title, string message ) : bool
title string
message string
return bool

ShowEasyMessage() public static method

消息表示
public static ShowEasyMessage ( string title, string message ) : void
title string
message string
return void

ShowInput() public static method

输入表示
public static ShowInput ( string message, string title, string defaultValue = "" ) : string
message string
title string
defaultValue string
return string

ShowMessage() public static method

public static ShowMessage ( string title, string message ) : void
title string
message string
return void

ShowMessage() public static method

消息表示
public static ShowMessage ( string title, string message, Image img, string details ) : void
title string
message string
img Image
details string
return void

ShowMessage() public static method

消息表示
public static ShowMessage ( string title, string message, string details ) : void
title string
message string
details string
return void

ShowMessage() public static method

消息表示
public static ShowMessage ( string title, string message, string details, bool isShowDetail ) : void
title string
message string
details string
isShowDetail bool
return void

ShowPasswordInput() public static method

密码输入表示
public static ShowPasswordInput ( string message, string title, string defaultValue = "" ) : string
message string
title string
defaultValue string
return string