ArcFM Desktop Developer Guide
InsertItemInItemsControl Method


Syntax
'Declaration
 
Public Shared Sub InsertItemInItemsControl( _
   ByVal itemsControl As ItemsControl, _
   ByVal itemToInsert As Object, _
   ByVal insertionIndex As Integer _
) 
'Usage
 
Dim itemsControl As ItemsControl
Dim itemToInsert As Object
Dim insertionIndex As Integer
 
DragDropUtilities.InsertItemInItemsControl(itemsControl, itemToInsert, insertionIndex)
public static void InsertItemInItemsControl( 
   ItemsControl itemsControl,
   object itemToInsert,
   int insertionIndex
)

Parameters

itemsControl
itemToInsert
insertionIndex
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DragDropUtilities Class
DragDropUtilities Members

 

 


Send Comment