LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

DetailedError Property

Show in webframe






Gets or sets a value to display exceptions in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog
Syntax
public static bool DetailedError {get; set;}
'Declaration
 
Public Shared Property DetailedError As Boolean
'Usage
 
Dim value As Boolean
 
WorkstationMessager.DetailedError = value
 
value = WorkstationMessager.DetailedError

            

            
public: __property static bool get_DetailedError();
public: __property static void set_DetailedError( 
   bool value
);
public:
static property bool DetailedError {
   bool get();
   void set (    bool value);
}

Property Value

True to display exceptions in the Leadtools.Medical.Workstation.UI.ViewErrorDetailsDialog. If false, the exceptions message will be displayed in a System.Windows.Forms.MessageBox only.
Requirements

Target Platforms

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.