LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ShowError(Control,String) Method
See Also 
Leadtools.Medical.Workstation Namespace > WorkstationMessager Class > ShowError Method : ShowError(Control,String) Method




owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message displayed for the error.
owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message displayed for the error.
Display an error message.

Syntax

Visual Basic (Declaration) 
Overloads Public Shared Sub ShowError( _
   ByVal owner As Control, _
   ByVal message As String _
) 
Visual Basic (Usage)Copy Code
Dim owner As Control
Dim message As String
 
WorkstationMessager.ShowError(owner, message)
C# 
public static void ShowError( 
   Control owner,
   string message
)
Managed Extensions for C++ 
public: static void ShowError( 
   Control* owner,
   string* message
) 
C++/CLI 
public:
static void ShowError( 
   Control^ owner,
   String^ message
) 

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message displayed for the error.

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