Инструменты пользователя

Инструменты сайта


developers:references:topomatic.controls.dialogs.messagedlg.show_system.string_system.windows.forms.messageboxbuttons_system.windows.forms.messageboxicon

Метод MessageDlg.Show(String, MessageBoxButtons, MessageBoxIcon)

Displays a message box with the specified text, buttons and icon

Синтаксис

public static DialogResult Show(string text, MessageBoxButtons buttons, MessageBoxIcon icon)

Параметры

  • text
    • Тип: System.String
    • >The text to display in the message box.
  • buttons
    • Тип: System.Windows.Forms.MessageBoxButtons
    • One of the System.Windows.Forms.MessageBoxButtons values that specifies which buttons to display in the message box.
  • icon
    • Тип: System.Windows.Forms.MessageBoxIcon
    • One of the System.Windows.Forms.MessageBoxIcon values that specifies which icon to display in the message box.

Возвращаемое значение

  • Тип: System.Windows.Forms.DialogResult
  • One of the System.Windows.Forms.DialogResult values.
developers/references/topomatic.controls.dialogs.messagedlg.show_system.string_system.windows.forms.messageboxbuttons_system.windows.forms.messageboxicon.txt · Последние изменения: 2023/07/28 17:28 (внешнее изменение)