Visual Basic (Declaration) | |
---|---|
Public Shared Property DetailedError As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As Boolean WorkstationMessager.DetailedError = value value = WorkstationMessager.DetailedError |
C# | |
---|---|
public static bool DetailedError {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property static bool get_DetailedError(); public: __property static void set_DetailedError( 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7