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




owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message text which will be displayed.
owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message text which will be displayed.
Display an information message to the user.

Syntax

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

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.
message
Type: System.String The message text which will be displayed.

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