Display a question message to the user.
public static DialogResult ShowQuestion(
Control owner,
string message,
MessageBoxIcon icon,
MessageBoxButtons buttons
)
Public Overloads Shared Function ShowQuestion( _
ByVal owner As Control, _
ByVal message As String, _
ByVal icon As MessageBoxIcon, _
ByVal buttons As MessageBoxButtons _
) As DialogResult
public:
static DialogResult ShowQuestion(
Control^ owner,
String^ message,
MessageBoxIcon icon,
MessageBoxButtons buttons
)
owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The question message which will be displayed.
icon
Type: System.Windows.Forms.MessageBoxIcon The icon which will be displayed in the System.Windows.Forms.MessageBox
buttons
Type: System.Windows.Forms.MessageBoxButtons The buttons which will be displayed in the System.Windows.Forms.MessageBox
Type: System.Windows.Forms.DialogResult The result selected by the user for the question.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET