InsertFieldPart(K2FieldPart,TextPointer) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace > K2TextBox Class > InsertFieldPart Method : InsertFieldPart(K2FieldPart,TextPointer) Method



part
position

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub InsertFieldPart( _
   ByVal part As K2FieldPart, _
   ByVal position As TextPointer _
) 
Visual Basic (Usage) Copy Code
Dim instance As K2TextBox
Dim part As K2FieldPart
Dim position As TextPointer
 
instance.InsertFieldPart(part, position)
C#  
public void InsertFieldPart( 
   K2FieldPart part,
   TextPointer position
)
C++/CLI  
public:
void InsertFieldPart( 
   K2FieldPart^ part,
   TextPointer^ position
) 

Parameters

part
position

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