K2ConnectionBuilder Constructor(Boolean,TextBox)
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2ConnectionBuilder Class > K2ConnectionBuilder Constructor : K2ConnectionBuilder Constructor(Boolean,TextBox)



isWorkflow
boundTextBox

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal isWorkflow As Boolean, _
   ByVal boundTextBox As TextBox _
)
Visual Basic (Usage) Copy Code
Dim isWorkflow As Boolean
Dim boundTextBox As TextBox
 
Dim instance As New K2ConnectionBuilder(isWorkflow, boundTextBox)
C#  
public K2ConnectionBuilder( 
   bool isWorkflow,
   TextBox boundTextBox
)
C++/CLI  
public:
K2ConnectionBuilder( 
   bool isWorkflow,
   TextBox^ boundTextBox
)

Parameters

isWorkflow
boundTextBox

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also