LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ShowInformation Method

Show in webframe






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
) 
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

See Also

Reference

WorkstationMessager Class
WorkstationMessager Members

 

 


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