ShowInformation Method

Summary
Display an information message to the user.
Syntax
C#
VB
C++
public static void ShowInformation( 
   Control owner, 
   string message 
) 
  
Public Shared Sub ShowInformation( _ 
   ByVal owner As Control, _ 
   ByVal message As String _ 
)  
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.