显示具有指定文本、标题、按钮、图标和默认按钮的消息框。
命名空间:
SuperMap.Desktop.UI程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public DialogResult Show( string message, string title, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton ) |
参数
- message
- Type: System..::.String
指定的提示文本。
- title
- Type: System..::.String
指定的标题文本。
- buttons
- Type: System.Windows.Forms..::.MessageBoxButtons
提示框中的指定按钮。
- icon
- Type: System.Windows.Forms..::.MessageBoxIcon
指定的图标。
- defaultButton
- Type: System.Windows.Forms..::.MessageBoxDefaultButton
指定的默认按钮。