LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

QuestionResult Property







Gets or sets the result of the question.
Syntax
public DialogResult QuestionResult {get; set;}
'Declaration
 
Public Property QuestionResult As DialogResult
'Usage
 
Dim instance As MessagerQuestionEventArgs
Dim value As DialogResult
 
instance.QuestionResult = value
 
value = instance.QuestionResult
public DialogResult QuestionResult {get; set;}
 get_QuestionResult();
set_QuestionResult(value);
public: __property DialogResult get_QuestionResult();
public: __property void set_QuestionResult( 
   DialogResult value
);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MessagerQuestionEventArgs Class
MessagerQuestionEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.