ProblemDialog Constructor

Summary
Initializes a new instance of the ProblemDialog class.
Syntax
C#
VB
C++
public ProblemDialog( 
   string[] reasons, 
   bool noContinue 
) 
Public Function New( _ 
   ByVal reasons() As String, _ 
   ByVal noContinue As Boolean _ 
) 
public: 
ProblemDialog(  
   array<String^>^ reasons, 
   bool noContinue 
) 

Parameters

reasons
The reasons why the end context changes failed.

noContinue
The value of the Leadtools.Ccow.IContextManager.EndContextChanges no continue parameter.

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

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

Leadtools.Ccow Assembly

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