Responder Developer Guide
Remove(String) Method


Version: 10.2.1a

Resource Center Home

The unique key of the Command to remove.
Removes the Command, as defined by its key, from the list of Commands.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal key As String _
) 
'Usage
 
Dim instance As CommandBarCommandCollection
Dim key As String
 
instance.Remove(key)
public void Remove( 
   string key
)

Parameters

key
The unique key of the Command 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

CommandBarCommandCollection Class
CommandBarCommandCollection Members
Overload List

 

 


Send Comment