PropertySheet.ShowDialog Method (MessageBoxParameters)

 

Shows a message box that is controlled by the specified parameters. This message box is modal to the property sheet.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public DialogResult ShowDialog(
    MessageBoxParameters parameters
)
public:
DialogResult ShowDialog(
    MessageBoxParameters^ parameters
)
member ShowDialog : 
        parameters:MessageBoxParameters -> DialogResult
Public Function ShowDialog (
    parameters As MessageBoxParameters
) As DialogResult

Parameters

Return Value

Type: System.Windows.Forms.DialogResult

A DialogResult value.

See Also

ShowDialog Overload
PropertySheet Class
Microsoft.ManagementConsole Namespace

Return to top