ShowQuestion(Control,string,MessageBoxButtons) Method

Summary
Display a question message to the user.
Syntax
C#
C++/CLI
public static DialogResult ShowQuestion( 
   Control owner, 
   string message, 
   MessageBoxButtons buttons 
) 
public:  
   static DialogResult^ ShowQuestion( 
      Control^ owner, 
      String^ message, 
      MessageBoxButtons^ buttons 
   ) 

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.

message
Type: System.String The question message which will be displayed.

buttons
Type: System.Windows.Forms.MessageBoxButtons The buttons which will be displayed in the System.Windows.Forms.MessageBox

Return Value

Type: System.Windows.Forms.DialogResult The result selected by the user for the question.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.