C# Class AppVeyor.UI.Common.VsShellHelper

Show file Open project: onlyutkarsh/AppVeyorExtension

Public Methods

Method Description
ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult

Shows a message box.

ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult

Shows a message box.

Method Details

ShowMessageBox() public static method

Shows a message box.
public static ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult
text string The text.
helpKeyword string The help keyword.
buttons MessageBoxButtons The buttons.
icon MessageBoxIcon The icon.
title string The title.
return DialogResult

ShowMessageBox() public static method

Shows a message box.
public static ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult
title string The title.
text string The text.
helpKeyword string The help keyword.
return DialogResult