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

ShowInformation Method







Type: System.Windows.Forms.Control The control displaying the message.
Type: System.String The message text which will be displayed.
Display an information message to the user.
Syntax
public static void ShowInformation( 
   Control owner,
   string message
)
'Declaration
 
Public Shared Sub ShowInformation( _
   ByVal owner As Control, _
   ByVal message As String _
) 
'Usage
 
Dim owner As Control
Dim message As String
 
WorkstationMessager.ShowInformation(owner, message)
public static void ShowInformation( 
   Control owner,
   string message
)
 function Leadtools.Medical.Workstation.WorkstationMessager.ShowInformation( 
   owner ,
   message 
)
public: static void ShowInformation( 
   Control* owner,
   string* message
) 
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: 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

WorkstationMessager Class
WorkstationMessager Members

 

 


Products | Support | Contact Us | Copyright Notices

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