ShowWarning(Control,string) Method

Summary
Display a warning message to the user.
Syntax
C#
VB
C++
public static void ShowWarning( 
   Control owner, 
   string message 
) 
  
Public Overloads Shared Sub ShowWarning( _ 
   ByVal owner As Control, _ 
   ByVal message As String _ 
)  
public: 
static void ShowWarning(  
   Control^ owner, 
   String^ message 
)  

Parameters

owner
Type: System.Windows.Forms.Control The control displaying the message.

message
Type: System.String The warning message 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.