Responder Developer Guide
RemoveAt Method (CommandBarCollection)


Version: 10.2.1a

Resource Center Home

The index in the collection of the item to remove.
Removes the commandbar at the specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As CommandBarCollection
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)

Parameters

index
The index in the collection of the item to remove.
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

CommandBarCollection Class
CommandBarCollection Members

 

 


Send Comment