Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow.UI Namespace > ProblemDialog Class : ProblemDialog Constructor |
public ProblemDialog( string[] reasons, bool noContinue )
'Declaration
Public Function New( _ ByVal reasons() As String, _ ByVal noContinue As Boolean _ )
'Usage
Dim reasons() As String Dim noContinue As Boolean Dim instance As New ProblemDialog(reasons, noContinue)
public: ProblemDialog( array<String^>^ reasons, bool noContinue )