C#
VB
C++
Initializes a new instance of the ProblemDialog class.
public ProblemDialog(
string[] reasons,
bool noContinue
)
Public Function New( _
ByVal reasons() As String, _
ByVal noContinue As Boolean _
)
public:
ProblemDialog(
array<String^>^ reasons,
bool noContinue
)
reasons
The reasons why the end context changes failed.
noContinue
The value of the Leadtools.Ccow.IContextManager.EndContextChanges no continue parameter.
For an example refer to JoinCommonContext.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET