MessagerQuestionEventArgs Constructor

Summary
Initializes a new instance of the MessagerQuestionEventArgs class.
Syntax
C#
VB
C++
public MessagerQuestionEventArgs( 
   string message, 
   MessageBoxButtons questionButtons 
) 
  
Public Function New( _ 
   ByVal message As String, _ 
   ByVal questionButtons As MessageBoxButtons _ 
) 
public: 
MessagerQuestionEventArgs(  
   String^ message, 
   MessageBoxButtons questionButtons 
) 

Parameters

message
Type: System.String The question message.

questionButtons
Type: System.Windows.Forms.MessageBoxButtons The question buttons expected from the user.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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