'Declaration Protected Overrides Sub InsertItem( _
ByVal indexThe zero-based index at which item should be inserted.As System.Int32, _
ByVal itemThe FormFieldTemplate to insert.As FormFieldTemplate _
)
protected override void InsertItem(
System.Int32 index,
FormFieldTemplate item
)
protected: void InsertItem(
System.Int32 index,
FormFieldTemplate* item
); override
protected:
void InsertItem(
System.Int32 index,
FormFieldTemplate^ item
); override
Parameters
- index
- The zero-based index at which item should be inserted.
- item
- The FormFieldTemplate to insert.