Click or drag to resize

YUserInteractAsk Method

Ask something to the user.

Namespace: Upsilon.Common.Forms
Assembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static DialogResult Ask(
	string message,
	string title,
	MessageBoxButtons buttons = MessageBoxButtons.YesNo
)

Parameters

message  String
The message to ask.
title  String
The title of the message.
buttons  MessageBoxButtons  (Optional)
the button to display. By default the MessageBoxButtons.YesNo

Return Value

DialogResult
The DialogResult of the dialog box.
See Also