Visual Basic (Declaration) | |
---|---|
Public Overloads Sub InsertFieldPart( _ ByVal part As K2FieldPart, _ ByVal position As TextPointer, _ ByVal runWizard As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2TextBox Dim part As K2FieldPart Dim position As TextPointer Dim runWizard As Boolean instance.InsertFieldPart(part, position, runWizard) |
C# | |
---|---|
public void InsertFieldPart( K2FieldPart part, TextPointer position, bool runWizard ) |
C++/CLI | |
---|---|
public: void InsertFieldPart( K2FieldPart^ part, TextPointer^ position, bool runWizard ) |
Parameters
- part
- position
- runWizard
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