LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
QuestionResult Property
See Also 
Leadtools.Medical.Workstation Namespace > MessagerQuestionEventArgs Class : QuestionResult Property




Gets or sets the result of the question.

Syntax

Visual Basic (Declaration) 
Public Property QuestionResult As DialogResult
Visual Basic (Usage)Copy Code
Dim instance As MessagerQuestionEventArgs
Dim value As DialogResult
 
instance.QuestionResult = value
 
value = instance.QuestionResult
C# 
public DialogResult QuestionResult {get; set;}
Managed Extensions for C++ 
public: __property DialogResult get_QuestionResult();
public: __property void set_QuestionResult( 
   DialogResult value
);
C++/CLI 
public:
property DialogResult QuestionResult {
   DialogResult get();
   void set (    DialogResult value);
}

Property Value

Type: System.Windows.Forms.DialogResult The result of the question.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also