C#
VB
C++
Initializes a new instance of the MessagerQuestionEventArgs class.
public MessagerQuestionEventArgs(
string message,
MessageBoxButtons questionButtons
)
Public Function New( _
ByVal message As String, _
ByVal questionButtons As MessageBoxButtons _
)
public:
MessagerQuestionEventArgs(
String^ message,
MessageBoxButtons questionButtons
)
message
Type: System.String The question message.
questionButtons
Type: System.Windows.Forms.MessageBoxButtons The question buttons expected from the user.
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